org.asaplibrary.util.validation
Package | |
---|---|
Classpath: | org.asaplibrary.util.validation |
Classes
IHasError
Interface to be implemented by UI components that can have an error state
IValidatable
Interface to be implemented by UI components in order to allow validation on them
IValidationRule
Interface to be implemented in order to be used by the Validator class, for validation of IValidatable objects
Validator
Class for validation of user input values in UI components.