Package | Description |
---|---|
org.openxava.model.meta | |
org.openxava.validators | |
org.openxava.validators.meta |
Modifier and Type | Class and Description |
---|---|
class |
MetaCollection |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalValidator
To validate the size of integer digits and fraction digits parts.
|
class |
CoordinatesValidator |
class |
CreditCardValidator |
class |
EmailListValidator |
class |
EmailValidator |
class |
IPValidator |
class |
ISBNValidator |
class |
MACValidator
MAC address validator.
|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|