Package net.sf.echobinding.validation

Provides the core classes and interfaces for validating forms and controls.

See:
          Description

Interface Summary
ValidationHandler A ValidationHandler handles validation errors and reports them to the user.
Validator The Validator interface defines the methods for validating user input.
 

Class Summary
BeanValidator  
DateValidator  
DefaultValidationHandler The default validation handler.
NumberValidator A number validator for validating the format of numbers.
RegexValidator A validator the uses a regular expression to validate user input.
ValidationReport A ValidationReport is the result object for validating controls and beans.
 

Package net.sf.echobinding.validation Description

Provides the core classes and interfaces for validating forms and controls.



Copyright © 2007. All Rights Reserved.