|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormValidator | |
nl.openedge.baritus | The main classes of Baritus. |
nl.openedge.baritus.validation | Base classes for validation. |
nl.openedge.baritus.validation.impl | Implementation classes for validation. |
Uses of FormValidator in nl.openedge.baritus |
Methods in nl.openedge.baritus with parameters of type FormValidator | |
protected void |
FormBeanCtrlBase.addValidator(FormValidator validator)
Register a form validator. |
protected void |
FormBeanCtrlBase.removeValidator(FormValidator validator)
De-register the given form level validator. |
void |
ValidatorRegistry.addValidator(FormValidator validator)
register a form validator. |
void |
ValidatorRegistry.removeValidator(FormValidator validator)
de-register the given form level validator |
Uses of FormValidator in nl.openedge.baritus.validation |
Classes in nl.openedge.baritus.validation that implement FormValidator | |
class |
AbstractFormValidator
Convenience class with default error message handling. |
Uses of FormValidator in nl.openedge.baritus.validation.impl |
Classes in nl.openedge.baritus.validation.impl that implement FormValidator | |
class |
PropertyNotNullFormValidator
Checks whether the form contains a non null property with the name of property propertyName. |
class |
RequiredSessionAttributeValidator
Checks whether a session attribute exists with the key that was set for property sessionAttributeKey. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |