Uses of Interface
org.jreform.Input

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

Uses of Input in org.jreform
 

Subinterfaces of Input in org.jreform
 interface Checkbox<T>
          A checkbox with a single value.
 interface Radio<T>
          A radio button.
 interface Select<T>
          A select that supports only one selection.
 

Methods in org.jreform that return Input
<T> Input<T>
InputCollection.getInput(String name)
           
 

Uses of Input in org.jreform.internal
 

Classes in org.jreform.internal that implement Input
(package private)  class CheckboxImpl<T>
           
(package private)  class InputImpl<T>
           
(package private)  class RadioImpl<T>
           
(package private)  class SelectImpl<T>
           
 

Methods in org.jreform.internal that return Input
<T> Input<T>
AbstractInputCollection.getInput(String name)
           
 



Copyright © 2007-2008 jReform