See: Description
| Class | Description |
|---|---|
| AgeLimitCheckValidator |
Check if a given date is minYears years ago.
|
| AlternateSizeValidator |
Check if a field's size has one of the two given sizes.
|
| BankCountryValidator |
Check if a country field and the country in iban and bic match, implementation.
|
| BicValidator |
Check a string if it's a valid BIC.
|
| BicValueValidator |
Check a string if it's a valid BIC.
|
| CreditCardNumberValidator |
Check a string if it's a valid credit card number.
|
| EmailValidator |
Check a string if it's a valid eMail.
|
| EmptyIfOtherHasValueValidator |
Check if a field is empty if another field has a given value.
|
| EmptyIfOtherIsEmptyValidator |
Check if a field is empty if another field is empty.
|
| EmptyIfOtherIsNotEmptyValidator |
Check if a field is empty if another field is empty.
|
| GlnValidator |
Check a string if it's a valid GLN.
|
| Gtin13Validator |
Check a string if it's a valid GTIN13/EAN13.
|
| Gtin8Validator |
Check a string if it's a valid GTIN8/EAN8.
|
| GtinValidator |
Check a string if it's a valid GTIN/EAN.
|
| IbanFormatedValidator |
Check a string if it's a valid IBAN formated.
|
| IbanValidator |
Check a string if it's a valid IBAN.
|
| Isbn10FormatedValidator |
Check a string if it's a valid formated ISBN10.
|
| Isbn10Validator |
Check a string if it's a valid ISBN10.
|
| Isbn13FormatedValidator |
Check a string if it's a valid formated ISBN13.
|
| Isbn13Validator |
Check a string if it's a valid ISBN13.
|
| IsbnFormatedValidator |
Check a string if it's a valid ISBN (10 or 13 digits long).
|
| IsbnValidator |
Check a string if it's a valid ISBN (10 or 13 digits long).
|
| IsinValidator |
Check a string if it's a valid ISIN.
|
| LevenshteinDistanceValidator |
Check if the Levenshtein Distance of two field entries reach a minimum value.
|
| MustBeEqualValidator |
Check if two field entries are equal.
|
| MustNotBeEqualValidator |
Check if two field entries are not equal.
|
| NotEmptyAlternateIfOtherHasValueValidator |
Check if a field is filled if another field is empty.
|
| NotEmptyAlternateIfOtherIsEmptyValidator |
Check if a field is filled if another field is empty.
|
| NotEmptyAlternateIfOtherIsNotEmptyValidator |
Check if a field is filled if another field is empty.
|
| NotEmptyIfOtherHasValueValidator |
Check if a field is filled if another field has a given value.
|
| NotEmptyIfOtherIsEmptyValidator |
Check if a field is filled if another field is empty.
|
| NotEmptyIfOtherIsNotEmptyValidator |
Check if a field is filled if another field is filled.
|
| PasswordValidator |
Check passwords if they fulfill some complexity rules.
|
| PhoneNumberValidator |
Check a string if it's a valid PhoneNumber.
|
| PhoneNumberValueValidator |
Check a string if it's a valid PhoneNumber.
|
| PostalCodeValidator |
Check if a postal code field is valid for the selected country.
|
| RegularExpressionValidator |
Check a string if it's a valid Regular Expression.
|
| SizeWithoutSeparatorsValidator |
Check if a field's size has one of the two given sizes.
|
| UrlValidator |
Check a string if it's a valid URL.
|
| VatIdValidator |
Check if a vat id field is valid for the selected country.
|
Copyright © 2015–2016. All rights reserved.