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

Packages that use Border
org.apache.wicket.markup.html.border Border components. 
org.apache.wicket.markup.html.form.validation Support for form validation. 
 

Uses of Border in org.apache.wicket.markup.html.border
 

Subclasses of Border in org.apache.wicket.markup.html.border
 class BoxBorder
          A very simple border component that draws a thin black line around its children.
 

Methods in org.apache.wicket.markup.html.border that return Border
 Border Border.setBorderBodyVisible(boolean bodyVisible)
          Deprecated. 1.3 please use #getBodyContainer().setVisible(false) instead
 Border Border.setTransparentResolver(boolean enable)
          Borders used for bordered pages should set it to "true".
 

Uses of Border in org.apache.wicket.markup.html.form.validation
 

Subclasses of Border in org.apache.wicket.markup.html.form.validation
 class FormComponentFeedbackBorder
          A border that can be placed around a form component to indicate when the bordered child/children has a validation error.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.