|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The principal interface for validator classes.
Validators are subscribers to events related to adding, deleting, or changing attribute values.
| Method Summary | |
java.lang.String |
getDescription()Gets the text description of this validator. |
void |
setDescription(java.lang.String description)Sets the text description of this validator. |
void |
validate(JboValidatorContext ctx)Tests the validity of an attribute value. |
| Method Detail |
public void validate(JboValidatorContext ctx)
ctx - the validator contextpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - a textual description.
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||