|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
B - Type of the bean to validatepublic interface GUIValidator<B>
Validator interface for the Doolin GUI framework
| Method Summary | |
|---|---|
void |
subscribe(SubscriberValidator validator,
B model,
Runnable runnable)
Subscribes the validator to the model changes. |
GUIValidation |
validate(B model)
Validates the model |
| Method Detail |
|---|
GUIValidation validate(B model)
model - Model to validate
void subscribe(SubscriberValidator validator,
B model,
Runnable runnable)
validator - Subscription validatormodel - Model to subscribe torunnable - Task to subscribe
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||