Uses of Interface
org.openxava.validators.IPropertyValidator
-
Packages that use IPropertyValidator Package Description 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 Modifier and Type Class Description classMetaCollection -
Uses of IPropertyValidator in org.openxava.validators
Classes in org.openxava.validators that implement IPropertyValidator Modifier and Type Class Description classBigDecimalValidatorTo validate the size of integer digits and fraction digits parts.classCoordinatesValidatorclassCreditCardValidatorclassEmailListValidatorclassEmailValidatorclassIPValidatorclassISBNValidatorclassMACValidatorMAC address validator.classMinimumSizeValidatorclassMoneyScaleValidatorclassNotBlankCharacterValidatorclassNotEmptyStringValidatorclassNotNegativeValidatorclassNotNullValidatorclassNotZeroValidatorclassPhoneNumberValidatorclassPositiveValidatorclassTolerantValidatorEverything is valid.classURLValidator -
Uses of IPropertyValidator in org.openxava.validators.meta
Methods in org.openxava.validators.meta that return IPropertyValidator Modifier and Type Method Description IPropertyValidatorMetaValidator. createPropertyValidator()Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.IPropertyValidatorMetaValidator. getPropertyValidator()The first time the validator is created, the other times returns the created one.IPropertyValidatorMetaValidatorFor. getPropertyValidator()The first time the validator is created, the other times returns the created one.
-