Uses of Interface
org.jreform.InputControl

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

Uses of InputControl in org.jreform
 

Subinterfaces of InputControl in org.jreform
 interface Checkbox<T>
          A checkbox with a single value.
 interface Input<T>
          An input that has only a single value.
 interface MultiCheckbox<T>
          A checkbox that supports multiple values.
 interface MultiInput<T>
          An input that can have multiple values.
 interface MultiSelect<T>
          A select that supports multiple selections.
 interface Radio<T>
          A radio button.
 interface Select<T>
          A select that supports only one selection.
 

Uses of InputControl in org.jreform.internal
 

Classes in org.jreform.internal that implement InputControl
(package private)  class AbstractInputControl<T>
          Base class for single- and multi-value input controls.
(package private)  class CheckboxImpl<T>
           
(package private)  class InputImpl<T>
           
(package private)  class MultiCheckboxImpl<T>
           
(package private)  class MultiInputImpl<T>
           
(package private)  class MultiSelectImpl<T>
           
(package private)  class RadioImpl<T>
           
(package private)  class SelectImpl<T>
           
 

Fields in org.jreform.internal with type parameters of type InputControl
private  Map<String,InputControl<?>> AbstractInputCollection.inputs
           
 

Methods in org.jreform.internal that return InputControl
(package private)  InputControl<?> AbstractInputCollection.getInputControl(String name)
           
 

Methods in org.jreform.internal that return types with arguments of type InputControl
(package private)  Map<String,InputControl<?>> AbstractInputCollection.getInputs()
           
 

Methods in org.jreform.internal with parameters of type InputControl
(package private)
<T> void
AbstractInputCollection.add(InputControl<T> input)
          Adds the specified input to the collection.
<T> void
GroupImpl.add(InputControl<T> input)
          Adds the input to this input group and its parent form.
 



Copyright © 2007-2008 jReform