Uses of Interface
org.openxava.validators.IPropertyValidator

Packages that use IPropertyValidator
org.openxava.model.meta   
org.openxava.validators   
org.openxava.validators.meta   
 

Uses of IPropertyValidator in org.openxava.model.meta
 

Classes in org.openxava.model.meta that implement IPropertyValidator
 class MetaCollection
           
 

Uses of IPropertyValidator in org.openxava.validators
 

Classes in org.openxava.validators that implement IPropertyValidator
 class BigDecimalValidator
          To validate the size of integer digits and fraction digits parts.
 class CreditCardValidator
           
 class EmailListValidator
           
 class EmailValidator
           
 class IPValidator
           
 class ISBNValidator
           
 class MinimumSizeValidator
           
 class MoneyScaleValidator
           
 class NotBlankCharacterValidator
           
 class NotEmptyStringValidator
           
 class NotNegativeValidator
           
 class NotNullValidator
           
 class NotZeroValidator
           
 class PhoneNumberValidator
           
 class PositiveValidator
           
 class TolerantValidator
          Everything is valid.
 class URLValidator
           
 

Uses of IPropertyValidator in org.openxava.validators.meta
 

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