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

Packages that use AbstractChoice
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
 class AbstractSingleSelectChoice<T>
          Abstract base class for single-select choices.
 class CheckBoxMultipleChoice<T>
          A choice subclass that shows choices via checkboxes.
 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 ListMultipleChoice<T>
          A multiple choice list component.
 class RadioChoice<T>
          A choice subclass that shows choices in radio style.
 

Methods in org.apache.wicket.markup.html.form that return AbstractChoice
 AbstractChoice<T,E> AbstractChoice.setChoiceRenderer(IChoiceRenderer<? super E> renderer)
          Set the choice renderer to be used.
 AbstractChoice<T,E> AbstractChoice.setChoices(IModel<? extends List<? extends E>> choices)
          Sets the list of choices
 AbstractChoice<T,E> AbstractChoice.setChoices(List<E> choices)
          Sets the list of choices.
 



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