Uses of Class
org.apache.wicket.markup.html.form.AbstractChoice
-
Packages that use AbstractChoice Package Description org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of AbstractChoice in org.apache.wicket.markup.html.form
Subclasses of AbstractChoice in org.apache.wicket.markup.html.form Modifier and Type Class Description classAbstractSingleSelectChoice<T>Abstract base class for single-select choices.classCheckBoxMultipleChoice<T>A choice subclass that shows choices via checkboxes.classDropDownChoice<T>A choice implemented as a dropdown menu/list.classListChoice<T>Essentially a drop down choice that doesn't drop down.classListMultipleChoice<T>A multiple choice list component.classRadioChoice<T>A choice subclass that shows choices in radio style.Methods in org.apache.wicket.markup.html.form that return AbstractChoice Modifier and Type Method Description AbstractChoice<T,E>AbstractChoice. setChoiceRenderer(IChoiceRenderer<? super E> renderer)Set the choice renderer to be used.AbstractChoice<T,E>AbstractChoice. setChoices(java.util.List<? extends E> choices)Sets the list of choices.AbstractChoice<T,E>AbstractChoice. setChoices(IModel<? extends java.util.List<? extends E>> choices)Sets the list of choices
-