Package net.xoetrope.xui.validation

Interface Summary
XValidator An interface describing a validator.
 

Class Summary
XBaseValidator A basic implementation of the XValidator interface
XMandatoryValidator Implements a validator that must succeed for event handling to continue
XMinMaxValidator Performs a min/max check, reading the minimum and maximum values from the configuration file
XValidationFactory Constucts validations be reading rules from a configuration file
XValidationHandler Provides a means of managing validations.