Interface IWireframe
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PageLayoutBehavior
,WireframeBehavior
Base wireframe interface, allows wireframes that are linked to their parent to register
with their parent through the Wicket component tree model.
-
Method Details
-
getYuiId
YuiId getYuiId()Return the root id of this wireframe- Returns:
- the root
YuiId
of this wireframe
-
resize
void resize(org.apache.wicket.ajax.AjaxRequestTarget target) Resize the wireframe, e.g. when it has become visible.- Parameters:
target
-
-
getHeaderItem
org.apache.wicket.markup.head.HeaderItem getHeaderItem() -
isRendered
boolean isRendered() -
render
void render(org.apache.wicket.ajax.AjaxRequestTarget target)
-