Package org.hippoecm.frontend.plugins.yui.layout
-
Interface Summary Interface Description IExpandableCollapsable IWireframe Base wireframe interface, allows wireframes that are linked to their parent to register with their parent through the Wicket component tree model. -
Class Summary Class Description ExpandCollapseLink 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.PageLayoutSettings UnitBehavior This behavior stores the component id as it's markupId in theUnitSettings
and if the request rendering this behavior is an Ajax-request, it will force the whole wireframe to re-render (since this unit might be added to an already existing wireframe).UnitPlugin Special purposePlugin
that allows us to add the behavior through configuration instead of adding it in code to our component.UnitSettings Contains all settings of a YUI unit.WireframeBehavior The WireframeBehavior allows you to create cross-browser application layouts based on the YUI Layout Manager.WireframePlugin Special purposePlugin
that allows us to add the behavior through configuration instead of adding it in code to our component.WireframeSettings Contains all settings of a wireframe and it's units.WireframeUtils YuiId The YuiId allows for transparent element id resolution, without having to worry about id clashes on the client.YuiIdProcessor