Uses of Class
org.apache.wicket.markup.html.form.ListMultipleChoice
-
Packages that use ListMultipleChoice Package Description org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of ListMultipleChoice in org.apache.wicket.markup.html.form
Subclasses of ListMultipleChoice in org.apache.wicket.markup.html.form Modifier and Type Class Description class
CheckBoxMultipleChoice<T>
A choice subclass that shows choices via checkboxes.Methods in org.apache.wicket.markup.html.form that return ListMultipleChoice Modifier and Type Method Description ListMultipleChoice<T>
ListMultipleChoice. setMaxRows(int maxRows)
Sets the number of visible rows in the listbox.ListMultipleChoice<T>
ListMultipleChoice. setRetainDisabledSelected(boolean retain)
-