|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Validatable
The Validatable is an interface for classes that can be
validated.
| Method Summary | |
|---|---|
ValidationState |
getValidationState()
Returns the current validation state of this object. |
Validator |
getValidator()
Returns the Validator of this validatable object. |
boolean |
isValid()
Returns true if this object is valid. |
void |
revalidate()
Updates the validation state of this object. |
| Method Detail |
|---|
void revalidate()
ValidationState getValidationState()
boolean isValid()
true if this object is valid. This object is valid
if it's validation state is null.
true if this object is validValidator getValidator()
Validator of this validatable object.
Validator of this validatable object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||