Package | Description |
---|---|
org.jivesoftware.smackx.xdata | |
org.jivesoftware.smackx.xdata.packet |
Modifier and Type | Method and Description |
---|---|
FormField |
Form.getField(String variable)
Returns the field of the form whose variable matches the specified variable.
|
Modifier and Type | Method and Description |
---|---|
List<FormField> |
Form.getFields()
Returns a List of the fields that are part of the form.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.addField(FormField field)
Adds a new field to complete as part of the form.
|
Modifier and Type | Method and Description |
---|---|
List<FormField> |
DataForm.getFields()
Returns a List of the fields that are part of the form.
|
List<FormField> |
DataForm.ReportedData.getFields()
Returns the fields returned from a search.
|
List<FormField> |
DataForm.Item.getFields()
Returns the fields that define the data that goes with the item.
|
Modifier and Type | Method and Description |
---|---|
void |
DataForm.addField(FormField field)
Adds a new field as part of the form.
|
Constructor and Description |
---|
DataForm.Item(List<FormField> fields) |
DataForm.ReportedData(List<FormField> fields) |