|
Class Summary |
| Alnumhyphen |
Value must contain only a-z, A-Z, 0-9 or -_ characters. |
| Alnumhyphenat |
Value must contain only a-z, A-Z, 0-9 or -_@ characters. |
| Alphabetic |
Value must contain only a-z or A-Z characters. |
| Alphanumeric |
Value must contain only a-z, A-Z or 0-9 characters. |
| Alphaspace |
Value must contain only a-z, A-Z, 0-9, -_ or Space characters. |
| And |
|
| AndOrOperator |
Dummy implementation, the subrule contained will be validated after. |
| Custom |
|
| Date |
Value must be a valid date, using DATE_FORMAT format. |
| DateLe |
Value must be previous or equal to . |
| DateLt |
Value must be previous to . |
| Double |
|
| Email |
|
| Empty |
|
| Equal |
|
| Implies |
|
| Integer |
Value must be an integer number. |
| KeyPress |
|
| Mask |
Mask name could be:
- An yav embedded mask: alphabetic, alphanumeric, alnumhyphen, alnumhyphenat, alphaspace
- A previously added custom mask (see yav:mask tag) |
| MaxLength |
|
| MinLength |
|
| NotEqual |
|
| Numeric |
|
| NumRange |
Value must be a number in min-max range. |
| Or |
|
| PostCondition |
Dummy implementation, the subrule contained will be validated after. |
| PreCondition |
Dummy implementation, the subrule contained will be validated after. |
| Regexp |
|
| Required |
|
| YavRule |
Encapsulates a YAV validation rule. |