Uses of Class
org.apache.wicket.markup.html.border.Body

Packages that use Body
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
 Body BorderPanel.getBodyContainer()
          Provide easy access to the Body component.
 Body BorderPanel.newBodyContainer(java.lang.String id)
          Create a new body container identified by id in the panel's markup
 Body BorderPanel.setBodyContainer(Body body)
          Sets the body container
 

Methods in org.apache.wicket.markup.html.border with parameters of type Body
 Body BorderPanel.setBodyContainer(Body body)
          Sets the body container
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.