Package org.araneaframework.uilib.form

Contains the base forms classes, including the form element classes which play the role of "Controller/Mediator"s in forms.

See:
          Description

Interface Summary
Constraint A constraint operates on some form Component providing means for defining the conditions under which Component is considered valid.
Control Control is the widget that does the actual parsing and reading of the request parameters.
Control.ViewModel  
Converter Form data converter interface, for converting from one data type to another.
FilteredInputControl Control that allows specifying InputFilter for restricting the end-user input into a field.
FormContext  
FormElementAware  
FormElementContext  
FormElementValidationErrorRenderer Interface through which FormElements register the error messages produced by failed validation.
 

Class Summary
BeanFormWidget  
Data This class represents typed form element data.
FormElement Represents a simple "leaf" form element that holds a Control and its Data.
FormElementValidationActionListener  
FormWidget This class represents a form element that can contain other form elements.
GenericFormElement Represents a general form element, a node in form element hierarchy.
LocalFormElementValidationErrorRenderer Form element validation error renderer which produces error messages directly attached to rendered FormElements.
StandardFormElementValidationErrorRenderer Form element validation error renderer which sends FormElement error messages to standard MessageContext.
 

Package org.araneaframework.uilib.form Description

Contains the base forms classes, including the form element classes which play the role of "Controller/Mediator"s in forms.