DataForm.java | Class | Represents a form that could be use for gathering data as well as for reporting data
returned from a search.
The form could be of the following types:
- form -> Indicates a form to fill out.
- submit -> The form is filled out, and this is the data that is being returned from
the form.
- cancel -> The form was cancelled.
|