org.nuxeo.opensocial.container.shared.layout.impl
Class YUILayoutImpl
java.lang.Object
org.nuxeo.opensocial.container.shared.layout.impl.YUILayoutImpl
- All Implemented Interfaces:
- Serializable, YUILayout
public class YUILayoutImpl
- extends Object
- implements YUILayout, Serializable
- Author:
- Stéphane Fourrier
- See Also:
- Serialized Form
YUILayoutImpl
public YUILayoutImpl()
YUILayoutImpl
public YUILayoutImpl(YUIAbstractBodySize size,
boolean hasHeader,
boolean hasFooter,
YUISideBarStyle sideBar)
getSidebarStyle
public YUISideBarStyle getSidebarStyle()
- Specified by:
getSidebarStyle
in interface YUILayout
setSideBarStyle
public void setSideBarStyle(YUISideBarStyle sideBar)
- Specified by:
setSideBarStyle
in interface YUILayout
getSideBar
public YUIUnit getSideBar()
- Specified by:
getSideBar
in interface YUILayout
setSideBar
public void setSideBar(YUIUnit sidebar)
- Specified by:
setSideBar
in interface YUILayout
setBodySize
public void setBodySize(YUIBodySize size)
- Specified by:
setBodySize
in interface YUILayout
getBodySize
public YUIBodySize getBodySize()
- Specified by:
getBodySize
in interface YUILayout
getContent
public YUIContentImpl getContent()
- Specified by:
getContent
in interface YUILayout
setContent
public void setContent(YUIContent content)
- Specified by:
setContent
in interface YUILayout
setHeader
public void setHeader(YUIUnit header)
- Specified by:
setHeader
in interface YUILayout
getHeader
public YUIUnit getHeader()
- Specified by:
getHeader
in interface YUILayout
setFooter
public void setFooter(YUIUnit footer)
- Specified by:
setFooter
in interface YUILayout
getFooter
public YUIUnit getFooter()
- Specified by:
getFooter
in interface YUILayout
copyFrom
public void copyFrom(YUILayout layout)
- Specified by:
copyFrom
in interface YUILayout
Copyright © 2011 Nuxeo SAS. All Rights Reserved.