|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormField | |
|---|---|
| org.xmpp.forms | |
| Uses of FormField in org.xmpp.forms |
|---|
| Methods in org.xmpp.forms that return FormField | |
|---|---|
FormField |
DataForm.addField()
Adds a new field as part of the form. |
FormField |
DataForm.addField(java.lang.String variable,
java.lang.String label,
FormField.Type type)
Adds a new field as part of the form. |
FormField |
FormField.createCopy()
Creates and returns a new object that is an exact copy of this FormField object. |
FormField |
DataForm.getField(java.lang.String variable)
Returns the field whose variable matches the specified variable. |
| Methods in org.xmpp.forms that return types with arguments of type FormField | |
|---|---|
java.util.List<FormField> |
DataForm.getFields()
Returns the fields that are part of the form. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||