Package org.enhydra.barracuda.core.forms

Interface Summary
FormElement This interfaces defines the methods a class needs to implement to act as a FormElement.
FormMap A FormMap is used to provide a virtual representation of a form.
FormValidator A FormValidator is designed to validate one or more FormElements within a FormMap, OR a FormMap itself.
 

Class Summary
AbstractFormValidator The root implementation of the FormValidator interface
And This validator ensures that all of the given validators are valid, (effectively acting as an "AND" or "&&") or a ValidationException will be generated.
DefaultFormElement A FormElement defines how an element in a FormMap should be mapped to a first class java object.
DefaultFormMap This class provides the default implementation of a FormMap.
DefaultFormValidator This class provides the default implementation of FormValidator.
FormType This class defines all valid FormTypes.
FormUtil Simple Form related utilities
Not This validator ensures that something is NOT valid.
Or This validator ensures that at least one of the given validators is valid, (effectively acting as an "OR" or "||") or a ValidationException will be generated The sub-validators can be specified as array, list or by using the convenience constructors.
ValidatorTestCase  
 

Exception Summary
DeferredValidationException This class defines a deferred validation exception.
ParseException This exception indicates a value was unable to be converted to a valid value for the specified FormType.
UnableToValidateException This exception indicates the Validator was not able to validate the incoming value.
ValidationException This class defines the validation exception.
 



Copyright © 2001 Enhydra.org