Uses of Class
org.apache.wicket.markup.html.form.AbstractCheckSelector
-
Packages that use AbstractCheckSelector Package Description org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of AbstractCheckSelector in org.apache.wicket.markup.html.form
Subclasses of AbstractCheckSelector in org.apache.wicket.markup.html.form Modifier and Type Class Description class
CheckboxMultipleChoiceSelector
A Javascript-based "Select All" checkbox component that works withCheckBoxMultipleChoice
.class
CheckBoxSelector
A Javascript-based "Select All" checkbox component that works with a loose collection ofCheckBox
components.class
CheckGroupSelector
Selects and deselects all Check components under the same CheckGroup as itself.
-