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
          Deprecated. WICKET-4966 remove in Wicket 7
 

Methods in org.apache.wicket.markup.html.border that return Border
 Border Border.add(Component... children)
          This is for all components which have been added to the markup like this:
 Border Border.addOrReplace(Component... children)
           
 Border Border.addToBorder(Component... children)
          Adds children components to the Border itself
 Border Border.remove(Component component)
           
 Border Border.remove(String id)
           
 Border Border.removeAll()
           
 Border Border.removeFromBorder(Component child)
          Removes child from the Border itself
 Border Border.replace(Component replacement)
           
 Border Border.replaceInBorder(Component component)
          Replaces component in the Border itself
 

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 © 2006–2014 Apache Software Foundation. All rights reserved.