| Package | Description |
|---|---|
| org.xmpp.forms |
| Modifier and Type | Method and Description |
|---|---|
FormField |
DataForm.addField()
Adds a new field as part of the form.
|
FormField |
DataForm.addField(String variable,
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(String variable)
Returns the field whose variable matches the specified variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormField> |
DataForm.getFields()
Returns the fields that are part of the form.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.