Uses of Class
org.apache.wicket.markup.html.border.Border
-
Packages that use Border Package Description 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
Methods in org.apache.wicket.markup.html.border that return Border Modifier and Type Method Description BorderBorder. add(Component... children)This is for all components which have been added to the markup like this:BorderBorder. addOrReplace(Component... children)BorderBorder. addToBorder(Component... children)Adds children components to the Border itselfBorderBorder. queue(Component... components)BorderBorder. queueToBorder(Component... children)Queues children components to the Border itselfBorderBorder. remove(java.lang.String id)BorderBorder. remove(Component component)BorderBorder. removeAll()BorderBorder. removeFromBorder(Component child)Removes child from the Border itselfBorderBorder. replace(Component replacement)BorderBorder. 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 Modifier and Type Class Description classFormComponentFeedbackBorderA border that can be placed around a form component to indicate when the bordered child/children has a validation error.
-