edu.virtualschool.jwaa.xml.GenericForm Class Reference
Inheritance diagram for edu.virtualschool.jwaa.xml.GenericForm:
List of all members.
Detailed Description
Beans implement this as internal classes (typically) to encapsulate the form parameters needed to access the bean. This is a workaround to the fact that velocity is unable to access constructors or static methods directly.
Definition at line 14 of file GenericForm.java.
|
Public Member Functions |
|
final void | setValid (boolean yesno, String message) |
|
final void | validate (Validatable[] fields) |
|
final boolean | ok () |
|
final String | getMessage () |
Package Attributes |
|
boolean | isValid = true |
|
String | message = "" |
The documentation for this class was generated from the following file: