Uses of Class
org.hippoecm.frontend.plugins.yui.layout.YuiId
-
Packages that use YuiId Package Description org.hippoecm.frontend.plugins.yui.layout -
-
Uses of YuiId in org.hippoecm.frontend.plugins.yui.layout
Methods in org.hippoecm.frontend.plugins.yui.layout that return YuiId Modifier and Type Method Description YuiId
UnitSettings. getBody()
YuiId
UnitSettings. getId()
YuiId
WireframeSettings. getParentId()
YuiId
PageLayoutSettings. getRootId()
YuiId
WireframeSettings. getRootId()
YuiId
IWireframe. getYuiId()
Return the root id of this wireframeYuiId
PageLayoutBehavior. getYuiId()
YuiId
WireframeBehavior. getYuiId()
Methods in org.hippoecm.frontend.plugins.yui.layout with parameters of type YuiId Modifier and Type Method Description void
WireframeSettings. setParentId(YuiId parentId)
void
PageLayoutSettings. setRootId(YuiId rootId)
-