public interface YUILayoutAdapter
Modifier and Type | Method and Description |
---|---|
YUIComponentZone |
createZone(YUIComponentZone zone,
int zoneIndex) |
void |
deleteZone(int zoneIndex) |
YUILayout |
getLayout() |
void |
initLayout(YUILayout layout) |
void |
save() |
void |
setBodySize(YUIBodySize size) |
YUIUnit |
setFooter(YUIUnit hasFooter) |
YUIUnit |
setHeader(YUIUnit hasHeader) |
YUIUnit |
setSideBar(YUISideBarStyle sideBar) |
YUIComponentZone |
updateZone(YUIComponentZone zone,
int zoneIndex,
YUITemplate template) |
YUILayout getLayout() throws ClientException
ClientException
void setBodySize(YUIBodySize size) throws ClientException
ClientException
YUIUnit setSideBar(YUISideBarStyle sideBar) throws ClientException
ClientException
YUIUnit setHeader(YUIUnit hasHeader) throws ClientException
ClientException
YUIUnit setFooter(YUIUnit hasFooter) throws ClientException
ClientException
YUIComponentZone createZone(YUIComponentZone zone, int zoneIndex) throws ClientException
ClientException
void deleteZone(int zoneIndex) throws ClientException
ClientException
YUIComponentZone updateZone(YUIComponentZone zone, int zoneIndex, YUITemplate template) throws ClientException
ClientException
void initLayout(YUILayout layout) throws ClientException
ClientException
void save() throws ClientException
ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.