|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
B - Type of object for the viewpublic interface ValidationSupport<B>
Defines the support for the validation of a view
| Method Summary | |
|---|---|
SubscriberValidator |
getSubscriberValidator()
Gets the subscription validator that is used. |
GUIValidation |
getValidation()
Gets the result of the validation |
void |
invalidate()
Sets the validation as being invalid (used for Cancel actions) |
boolean |
isValid()
Checks if the validation is OK |
boolean |
isValidationEnabled()
Checks if is validation enabled. |
Map<Object,GUIValidation> |
keyMap()
Index of validation results, indexed by field keys |
void |
setValidator(GUIValidator<B> newValidator)
Sets the validator to use for this validation support. |
| Method Detail |
|---|
boolean isValidationEnabled()
GUIValidation getValidation()
boolean isValid()
true if validation is OKvoid setValidator(GUIValidator<B> newValidator)
newValidator - Validator to useMap<Object,GUIValidation> keyMap()
void invalidate()
SubscriberValidator getSubscriberValidator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||