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