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

Packages that use DropDownChoice
org.apache.wicket.extensions.markup.html.repeater.data.table.filter   
org.apache.wicket.markup.html.form HTML Forms and form components. 
 

Uses of DropDownChoice in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table.filter that return DropDownChoice
 DropDownChoice<T> ChoiceFilter.getChoice()
           
protected  DropDownChoice<T> ChoiceFilter.newDropDownChoice(String id, IModel<T> model, IModel<List<? extends T>> choices, IChoiceRenderer<T> renderer)
          Factory method for the drop down choice component
 

Uses of DropDownChoice in org.apache.wicket.markup.html.form
 

Subclasses of DropDownChoice in org.apache.wicket.markup.html.form
 class ListChoice<T>
          Essentially a drop down choice that doesn't drop down.
 



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