This is an interface and should not be constructed.
- Implementations:
- Source:
Methods
-
validate(vValue, mAttributes, oValidationResult)
-
Determine whether the provided value is valid or not and set the result on the provided
module:br/validation/ValidationResult
.Parameters:
Name Type Description vValue
Object The value to validate. mAttributes
Object attributes to control the validation process. Will not be null. oValidationResult
module:br/validation/ValidationResult the ValidationResult to store the result of this validation in. - Implementations:
- module:br/presenter/validator/CrossPropertyValidatorProxy#validate
- module:br/presenter/validator/ValidMultiSelectionValidator#validate
- module:br/presenter/validator/ValidSelectionValidator#validate
- module:br/validation/NotEmptyValidator#validate
- module:br/validation/NumericValidator#validate
- Source: