Inheritance diagram for edu.virtualschool.jwaa.field.Validatable:

Definition at line 11 of file Validatable.java.
Public Member Functions | |
| String | getMessage () |
Package Functions | |
| String | getStringValue () |
| boolean | ok () |
| void | setValid (boolean v, String s) |
| Validatable | cloneWithValue (String value) throws Fault |
|
|
Create an instance of the receiver with the provided value; Implemented in edu.virtualschool.jwaa.field.GenericField. Referenced by edu.virtualschool.jwaa.GenericPage.getFields(). |
|
|
Return the error message text for this field
Implemented in edu.virtualschool.jwaa.field.GenericField. |
|
|
Return the value of this field as a String
Implemented in edu.virtualschool.jwaa.field.GenericField. |
|
|
Returns true if this field's value is valid; e.g. meets the syntactic requirements of this type. The getMessage() call can be used to retrieve a string that explains the problem in the user's frame of reference.
Implemented in edu.virtualschool.jwaa.field.GenericField. |
|
||||||||||||
|
Mark this instance as valid or not.
Implemented in edu.virtualschool.jwaa.field.GenericField. |