Uses of Package
org.jreform

Packages that use org.jreform
org.jreform Main package that defines public api. 
org.jreform.criteria Provides criteria for placing restrictions on input values. 
org.jreform.internal Contains the bulk of implementation. 
org.jreform.types Provides data handlers for parsing input values into specific Java types. 
 

Classes in org.jreform used by org.jreform
CheckableState
          Represents the state of a checkable input: checked / unchecked.
Checkbox
          A checkbox with a single value.
Criterion
          A criterion that can evaluate to true or false.
Form
          A form containing inputs and optionally input groups.
Group
          A group of inputs within a form.
HttpServletRequestValidator
           
Input
          An input that has only a single value.
InputCollection
           
InputControl
          Defines an input control in an html form.
InputDataType
          Represents the type of an input field's data.
MessageOnError
          A description of an object's invalid state.
MultiCheckbox
          A checkbox that supports multiple values.
MultiInput
          An input that can have multiple values.
MultiSelect
          A select that supports multiple selections.
Radio
          A radio button.
Select
          A select that supports only one selection.
SelectableState
          Represents the state of a selectable input: selected / unselected.
 

Classes in org.jreform used by org.jreform.criteria
Criterion
          A criterion that can evaluate to true or false.
MessageOnError
          A description of an object's invalid state.
 

Classes in org.jreform used by org.jreform.internal
CheckableState
          Represents the state of a checkable input: checked / unchecked.
Checkbox
          A checkbox with a single value.
Criterion
          A criterion that can evaluate to true or false.
Form
          A form containing inputs and optionally input groups.
Group
          A group of inputs within a form.
HttpServletRequestValidator
           
Input
          An input that has only a single value.
InputCollection
           
InputControl
          Defines an input control in an html form.
InputDataType
          Represents the type of an input field's data.
MessageOnError
          A description of an object's invalid state.
MultiCheckbox
          A checkbox that supports multiple values.
MultiInput
          An input that can have multiple values.
MultiSelect
          A select that supports multiple selections.
Radio
          A radio button.
Select
          A select that supports only one selection.
SelectableState
          Represents the state of a selectable input: selected / unselected.
 

Classes in org.jreform used by org.jreform.types
InputDataType
          Represents the type of an input field's data.
 



Copyright © 2007-2008 jReform