|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractFormValidator | |
---|---|
org.barracudamvc.contrib.dbroggisch.repopulation | |
org.barracudamvc.contrib.sam.data | |
org.barracudamvc.core.forms | |
org.barracudamvc.core.forms.validators |
Uses of AbstractFormValidator in org.barracudamvc.contrib.dbroggisch.repopulation |
---|
Subclasses of AbstractFormValidator in org.barracudamvc.contrib.dbroggisch.repopulation | |
---|---|
class |
SelectFormValidator
|
Uses of AbstractFormValidator in org.barracudamvc.contrib.sam.data |
---|
Subclasses of AbstractFormValidator in org.barracudamvc.contrib.sam.data | |
---|---|
class |
RegexValidator
This validator ensures that a value matches a given regexp. |
Uses of AbstractFormValidator in org.barracudamvc.core.forms |
---|
Subclasses of AbstractFormValidator in org.barracudamvc.core.forms | |
---|---|
class |
And
This validator ensures that all of the given validators are valid, (effectively acting as an "AND" or "&&") or a ValidationException will be generated. |
class |
DefaultFormValidator
This class provides the default implementation of FormValidator. |
class |
Not
This validator ensures that something is NOT valid. |
class |
Or
This validator ensures that at least one of the given validators is valid, (effectively acting as an "OR" or "||") or a ValidationException will be generated The sub-validators can be specified as array, list or by using the convenience constructors. |
Uses of AbstractFormValidator in org.barracudamvc.core.forms.validators |
---|
Subclasses of AbstractFormValidator in org.barracudamvc.core.forms.validators | |
---|---|
class |
CardinalityValidator
This validator ensures that a value is a valid date |
class |
DateRangeValidator
This validator ensures that a value is within a given date range |
class |
DateValidator
This validator ensures that a value is a valid date |
class |
DecimalValidator
Validate that the value is a decimal meeting specific requirements for digit counts before and after the point. |
class |
DigitValidator
This validator ensures that the value contains only digits tested against the field size length (len). |
class |
EmailValidator
Validator for ensuring a string is a valid email address. |
class |
EqualsValidator
This validator ensures that the original value constitues a valid type |
class |
FriendlyValidTypeValidator
Custom extension of ValidTypeValidator that provides friendlier error messages. |
class |
IntegerValidator
Validate that the value is an integer meeting specific requirements for the digit counts. |
class |
LinkingValidator
Ensures that if any element in a list of elements contains a non-null value that all the other elements also be non-null. |
class |
ListValidator
This validator validates all items even if OrigVal is an instance of java.util.List |
class |
MaxLengthValidator
This validator ensures that the length of a value is <= a maximum length |
class |
MinLengthValidator
This validator ensures that the length of a value is >= a minimum length |
class |
NotNullValidator
This validator ensures that a form element is not null or blanks. |
class |
PhoneValidator
Validator for ensuring a string is a valid phone number. |
class |
RangeValidator
This validator ensures that a value is within a given number range |
class |
RegularExpressionValidator
A validator for checking a string value against a regular expression pattern. |
class |
ValidatorListValidator
Validate a list of zero or more Validators. |
class |
ValidTypeValidator
This validator ensures that the original value constitues a valid type |
class |
ZipCodeValidator
Validator for ensuring a string is a valid zip code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |