Uses of Class
org.apache.wicket.markup.html.form.CheckBox
-
Packages that use CheckBox Package Description org.apache.wicket.ajax.markup.html.form org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of CheckBox in org.apache.wicket.ajax.markup.html.form
Subclasses of CheckBox in org.apache.wicket.ajax.markup.html.form Modifier and Type Class Description classAjaxCheckBoxA CheckBox which is updated via ajax when the user changes its value -
Uses of CheckBox in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form that return types with arguments of type CheckBox Modifier and Type Method Description static java.lang.Iterable<CheckBox>CheckBoxSelector. collectCheckBoxes(WebMarkupContainer container)Utility method to collect allCheckBoxes inside a container.protected java.lang.Iterable<? extends CheckBox>CheckBoxSelector. getCheckBoxes()Override this method to control a dynamic collection ofCheckBoxes.Constructors in org.apache.wicket.markup.html.form with parameters of type CheckBox Constructor Description CheckBoxSelector(java.lang.String id, CheckBox... boxes)
-