Package net.xoetrope.xui.validation

Interface Summary
XValidator An interface describing a validator.
 

Class Summary
XBaseValidator A basic implementation of the XValidator interface Copyright: Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt $Revision: 2.6 $
XMandatoryValidator Implements a validator that must succeed for event handling to continue Copyright: Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt
XMinMaxValidator Performs a min/max check, reading the minimum and maximum values from the configuration file Copyright: Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt $Revision: 2.6 $
XValidationFactory Constucts validations be reading rules from a configuration file Copyright: Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt $Revision: 2.4 $
XValidationHandler Provides a means of managing validations.