Uses of Class
org.apache.wicket.markup.html.border.Body
-
Packages that use Body Package Description org.apache.wicket.markup.html.border Border components. -
-
Uses of Body in org.apache.wicket.markup.html.border
Methods in org.apache.wicket.markup.html.border that return Body Modifier and Type Method Description BodyBorderPanel. getBodyContainer()Provide easy access to the Body component.BodyBorderPanel. newBodyContainer(java.lang.String id)Create a new body container identified by id in the panel's markupBodyBorderPanel. setBodyContainer(Body body)Sets the body containerMethods in org.apache.wicket.markup.html.border with parameters of type Body Modifier and Type Method Description BodyBorderPanel. setBodyContainer(Body body)Sets the body container
-