Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.shared.layout.impl
Class YUILayoutImpl

java.lang.Object
  extended by 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

Constructor Summary
YUILayoutImpl()
           
YUILayoutImpl(YUIAbstractBodySize size, boolean hasHeader, boolean hasFooter, YUISideBarStyle sideBar)
           
 
Method Summary
 void copyFrom(YUILayout layout)
           
 YUIBodySize getBodySize()
           
 YUIContentImpl getContent()
           
 YUIUnit getFooter()
           
 YUIUnit getHeader()
           
 YUIUnit getSideBar()
           
 YUISideBarStyle getSidebarStyle()
           
 void setBodySize(YUIBodySize size)
           
 void setContent(YUIContent content)
           
 void setFooter(YUIUnit footer)
           
 void setHeader(YUIUnit header)
           
 void setSideBar(YUIUnit sidebar)
           
 void setSideBarStyle(YUISideBarStyle sideBar)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YUILayoutImpl

public YUILayoutImpl()

YUILayoutImpl

public YUILayoutImpl(YUIAbstractBodySize size,
                     boolean hasHeader,
                     boolean hasFooter,
                     YUISideBarStyle sideBar)
Method Detail

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

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.