org.jivesoftware.openfire.forms |
Data forms implementation (JEP-0004).
|
Java Source File Name | Type | Comment |
DataForm.java | Interface | 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.
|
FormField.java | Interface | Represents a field of a form. |