|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSingleSelectChoice | |
|---|---|
| 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 | |
|---|---|
class |
DropDownChoice<T>
A choice implemented as a dropdown menu/list. |
class |
ListChoice<T>
Essentially a drop down choice that doesn't drop down. |
class |
RadioChoice<T>
A choice subclass that shows choices in radio style. |
| Methods in org.apache.wicket.markup.html.form that return AbstractSingleSelectChoice | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||