| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IFieldValidator | |
| org.jaffa.rules.fieldvalidators | |
| Uses of IFieldValidator in org.jaffa.rules.fieldvalidators | 
| Classes in org.jaffa.rules.fieldvalidators that implement IFieldValidator | |
|  class | AbstractFieldValidatorThis is an abstract implementation of the IFieldValidator interface. | 
|  class | BooleanFieldValidatorThis implementation of the IFieldValidator ensures that the field has a Boolean value. | 
|  class | CurrencyFieldValidatorThis implementation of the IFieldValidator ensures that the field has a Currency value. | 
|  class | DateOnlyFieldValidatorThis implementation of the IFieldValidator ensures that the field has a DateOnly value. | 
|  class | DateTimeFieldValidatorThis implementation of the IFieldValidator ensures that the field has a DateTime value. | 
|  class | DecimalFieldValidatorThis implementation of the IFieldValidator ensures that the field has a Decimal value. | 
|  class | ForeignKeyFieldValidatorThis Field Validator ensures that the field value is a valid Foreign key in the specified domainClass. | 
|  class | GenericForeignKeyFieldValidatorThis validates a field against a set of valid values for that field, as listed in a database table For eg. | 
|  class | InListFieldValidatorThis Field Validator ensures that the field value is specified in the List. | 
|  class | IntegerFieldValidatorThis implementation of the IFieldValidator ensures that the field has an Integer value. | 
|  class | MandatoryFieldValidatorThis implementation of the IFieldValidator ensures that the field is not null. | 
|  class | StringFieldValidatorThis implementation of the IFieldValidator ensures that the field has a valid String value. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||