Uses of Interface
org.hippoecm.frontend.plugins.yui.layout.IWireframe
-
Packages that use IWireframe Package Description org.hippoecm.frontend.plugins.yui.layout -
-
Uses of IWireframe in org.hippoecm.frontend.plugins.yui.layout
Classes in org.hippoecm.frontend.plugins.yui.layout that implement IWireframe Modifier and Type Class Description class
PageLayoutBehavior
Special purposeWireframeBehavior
that automatically binds itself to the document body and creates a wireframe that takes up the full viewport and is registered as the root of the applications wireframe structure.class
WireframeBehavior
The WireframeBehavior allows you to create cross-browser application layouts based on the YUI Layout Manager.Methods in org.hippoecm.frontend.plugins.yui.layout that return IWireframe Modifier and Type Method Description protected IWireframe
WireframeBehavior. getParentWireframe()
static IWireframe
WireframeUtils. getParentWireframe(org.apache.wicket.Component component)
-