|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public LayoutAccessor
Interface representing a LayoutAccessor. Reserved layout container parameters: "templateURL" : the reserved parameter for layout template URL.
Method Summary | |
---|---|
String |
getTemplateURL()
Returns the layout template URL (can be used to determine if the state layout is inconsistent with the page instance layout) |
LayoutAccessor |
setTemplateURL(String url)
Sets the layout template URL |
LayoutContainerAccessor |
getContainerAccessor(String containerId)
Returns the layout container accessor for the specified layout container id in this layout. |
LayoutAccessor |
removeAll(Array pageWidgets)
Removes all layout containers and the template URL (can be used to remove obsolete layout's i.e. when the state layout is not the same as the page instance layout) |
Method Detail |
---|
String getTemplateURL()
LayoutAccessor setTemplateURL(String url)
url
-
The layout templateURL. Uses dav: endpoint notation, e.g. "dav:filestore/layout-tempates/2ColumnEqual"
null
upon failure.LayoutContainerAccessor getContainerAccessor(String containerId)
containerId
-
The layout container id for the desired layout container.
null
upon failure.LayoutAccessor removeAll(Array pageWidgets)
pageWidgets
-
Set of widgets on page that if in model should have their size removed. Optional parameter.
null
upon failure.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |