Package org.enhydra.barracuda.core.forms.validators

Class Summary
DateRangeValidator This validator ensures that a value is within a given date range
DateValidator This validator ensures that a value is a valid date
DigitValidator This validator ensures that the value contains only digits tested against the field size length (len).
EqualsValidator This validator ensures that the original value constitues a valid type
ListValidator This validator validates all items even if OrigVal is an ArrayList
MaxLengthValidator This validator ensures that the length of a value is <= a maximum length
MinLengthValidator This validator ensures that the length of a value is >= a minimum length
NotNullValidator This validator ensures that a form element is not null or blanks.
RangeValidator This validator ensures that a value is within a given number range
TestDateRangeValidator  
TestDateValidator  
TestEqualsValidator  
TestMaxLengthValidator  
TestMinLengthValidator  
TestNotNullValidator  
TestValidTypeValidator  
ValidTypeValidator This validator ensures that the original value constitues a valid type
 



Copyright © 2001 Enhydra.org