Methods
Modifier and Type |
Method and Description |
void |
addWebContent(WebContentData webContent) |
void |
createZone() |
boolean |
deleteZone(int zoneIndex) |
ContainerContext |
getContainerContext() |
YUILayout |
getLayout() |
Map<String,Map<String,Boolean>> |
getPermissions() |
WebContentData |
getWebContent(String webcontentId) |
Map<String,List<WebContentData>> |
getWebContents() |
Boolean |
hasPermission(String id,
String permission) |
void |
removeWebContent(String webContentId) |
void |
setBodySize(YUIBodySize bodySize) |
boolean |
setHasFooter(boolean hasFooter) |
boolean |
setHasHeader(boolean hasHeader) |
void |
setLayout(YUILayout layout) |
void |
setPermissions(Map<String,Map<String,Boolean>> permissions) |
boolean |
setSideBar(YUISideBarStyle sideBar) |
void |
setWebContents(Map<String,List<WebContentData>> webContents) |
void |
updateWebContent(String webContentId,
List<String> list) |
boolean |
updateZoneTemplate(int zoneIndex,
YUITemplate template) |
void |
webContentMoved(String fromUnitId,
int fromWebContentPosition,
String toUnitId,
int toWebContentPosition) |