|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.openedge.baritus.validation.AbstractValidator nl.openedge.baritus.validation.AbstractFieldValidator
Convenience class with default error message handling.
Constructor Summary | |
AbstractFieldValidator()
Construct emtpy. |
|
AbstractFieldValidator(ValidationActivationRule rule)
Construct with the given rule. |
Method Summary | |
java.lang.Object |
getOverrideValue(java.lang.Object value)
Get the override value. |
Methods inherited from class nl.openedge.baritus.validation.AbstractValidator |
getFieldName, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getValidationActivationRule, removeValidationActivationRule, setErrorMessage, setValidationRule |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface nl.openedge.baritus.validation.FieldValidator |
isValid |
Methods inherited from interface nl.openedge.baritus.validation.ValidationRuleDependend |
getValidationActivationRule, removeValidationActivationRule, setValidationRule |
Constructor Detail |
public AbstractFieldValidator()
public AbstractFieldValidator(ValidationActivationRule rule)
rule
- activation ruleMethod Detail |
public java.lang.Object getOverrideValue(java.lang.Object value)
getOverrideValue
in interface FieldValidator
value
- the original input value
FieldValidator.getOverrideValue(java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |