Uses of Interface
org.jreform.MultiInput

Packages that use MultiInput
org.jreform Main package that defines public api. 
org.jreform.internal Contains the bulk of implementation. 
 

Uses of MultiInput in org.jreform
 

Subinterfaces of MultiInput in org.jreform
 interface MultiCheckbox<T>
          A checkbox that supports multiple values.
 interface MultiSelect<T>
          A select that supports multiple selections.
 

Uses of MultiInput in org.jreform.internal
 

Classes in org.jreform.internal that implement MultiInput
(package private)  class MultiCheckboxImpl<T>
           
(package private)  class MultiInputImpl<T>
           
(package private)  class MultiSelectImpl<T>
           
 

Constructors in org.jreform.internal with parameters of type MultiInput
MultiInputValidator(MultiInput<T> input)
           
 



Copyright © 2007-2008 jReform