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

Packages that use ListMultipleChoice
org.apache.wicket.markup.html.form HTML Forms and form components. 
 

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

Subclasses of ListMultipleChoice in org.apache.wicket.markup.html.form
 class CheckBoxMultipleChoice<T>
          A choice subclass that shows choices via checkboxes.
 

Methods in org.apache.wicket.markup.html.form that return ListMultipleChoice
 ListMultipleChoice<T> ListMultipleChoice.setMaxRows(int maxRows)
          Sets the number of visible rows in the listbox.
 ListMultipleChoice<T> ListMultipleChoice.setRetainDisabledSelected(boolean retain)
           
 



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