Uses of Class
org.apache.wicket.markup.html.form.AbstractSingleSelectChoice
-
Packages that use AbstractSingleSelectChoice Package Description org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of AbstractSingleSelectChoice in org.apache.wicket.markup.html.form
Subclasses of AbstractSingleSelectChoice in org.apache.wicket.markup.html.form Modifier and Type Class Description classDropDownChoice<T>A choice implemented as a dropdown menu/list.classListChoice<T>Essentially a drop down choice that doesn't drop down.classRadioChoice<T>A choice subclass that shows choices in radio style.Methods in org.apache.wicket.markup.html.form that return AbstractSingleSelectChoice Modifier and Type Method Description AbstractSingleSelectChoice<T>AbstractSingleSelectChoice. setNullValid(boolean nullValid)Determines whether or not the null value should be included in the list of choices when the field's model value is nonnull, and whether or not the null_valid string property (e.g.
-