|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormField.Type | |
|---|---|
| org.xmpp.forms | |
| Uses of FormField.Type in org.xmpp.forms |
|---|
| Methods in org.xmpp.forms that return FormField.Type | |
|---|---|
static FormField.Type |
FormField.Type.fromXMPP(java.lang.String type)
Converts a String value into its Type representation. |
FormField.Type |
FormField.getType()
Returns an indicative of the format for the data to answer. |
static FormField.Type |
FormField.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FormField.Type[] |
FormField.Type.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.xmpp.forms with parameters of type FormField.Type | |
|---|---|
FormField |
DataForm.addField(java.lang.String variable,
java.lang.String label,
FormField.Type type)
Adds a new field as part of the form. |
void |
DataForm.addReportedField(java.lang.String variable,
java.lang.String label,
FormField.Type type)
Adds a field to the list of fields that will be returned from a search. |
void |
FormField.setType(FormField.Type type)
Sets an indicative of the format for the data to answer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||