Uses of Class
com.alogient.cameleon.extension.wicket.ui.component.SelectChoice

Packages that use SelectChoice
com.alogient.cameleon.extension.wicket.ui.component   
 

Uses of SelectChoice in com.alogient.cameleon.extension.wicket.ui.component
 

Classes in com.alogient.cameleon.extension.wicket.ui.component with type parameters of type SelectChoice
 class SelectChoiceList<T extends SelectChoice<?>>
          List of SelectChoice<?> items.
 

Subclasses of SelectChoice in com.alogient.cameleon.extension.wicket.ui.component
 class IntegerSelectChoice
          Integer select choice
 

Methods in com.alogient.cameleon.extension.wicket.ui.component with parameters of type SelectChoice
 int SelectChoice.compareTo(SelectChoice<T> o)
          Implementation of Comparable.
 

Constructors in com.alogient.cameleon.extension.wicket.ui.component with parameters of type SelectChoice
SelectChoiceList(T... items)
          Create list with initial list of items.
 



Copyright © 2011 Alogient. All Rights Reserved.