Package simpleorm.dataset.validation
Class SValidatorEnumeratedValues
java.lang.Object
simpleorm.dataset.validation.SValidatorI
simpleorm.dataset.validation.SValidatorEnumeratedValues
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionObject[]voidonValidate(SFieldMeta field, SRecordInstance instance) Called when individual field changed, or when record updated.voidsetValidValues(Object... validValues)  
- 
Constructor Details
- 
SValidatorEnumeratedValues
 
 - 
 - 
Method Details
- 
onValidate
Description copied from class:SValidatorICalled when individual field changed, or when record updated. (Default behaviour is to call all registered validators.)- Specified by:
 onValidatein classSValidatorI- See Also:
 
 - 
getValidValues
 - 
setValidValues
 
 -