Uses of Interface
org.openxava.validators.IValidator

Packages that use IValidator
org.openxava.validators   
org.openxava.validators.meta   
 

Uses of IValidator in org.openxava.validators
 

Subinterfaces of IValidator in org.openxava.validators
 interface IRemoveValidator
          Validates entity (or aggregate too) before removing.
 

Classes in org.openxava.validators that implement IValidator
 class ComparatorValidator
          Assert that a comparation is true.
 

Uses of IValidator in org.openxava.validators.meta
 

Methods in org.openxava.validators.meta that return IValidator
 IValidator MetaValidator.createValidator()
          Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.
 IValidator MetaValidator.getValidator()
          The first time the validator is created, the other times returns the created one.