Uses of Class
org.apache.wicket.markup.html.form.AbstractSingleSelectChoice

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
          A choice implemented as a dropdown menu/list.
 class ListChoice
          Essentially a drop down choice that doesn't drop down.
 class RadioChoice
          A choice subclass that shows choices in radio style.
 

Methods in org.apache.wicket.markup.html.form that return AbstractSingleSelectChoice
 AbstractSingleSelectChoice AbstractSingleSelectChoice.setNullValid(boolean nullValid)
          Is the null value a valid value? If it is, it means that the null value will be displayed, typically to the user as 'choose one' or something similar.
 



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.