| Package | Description |
|---|---|
| rocks.xmpp.extensions.data.model |
Provides XML schema implementations of XEP-0004: Data Forms.
|
| Modifier and Type | Method and Description |
|---|---|
DataForm.Field |
DataForm.findField(String name)
Finds a field by its name ('ver' attribute).
|
| Modifier and Type | Method and Description |
|---|---|
List<DataForm.Field> |
DataForm.getFields()
Gets the fields of the form.
|
List<DataForm.Field> |
DataForm.Item.getFields()
Gets the fields.
|
List<DataForm.Field> |
DataForm.getReportedFields()
Gets the reported fields, which can be understood as "table headers" describing the data to follow.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DataForm.Field.compareTo(DataForm.Field o) |
Copyright © 2014 XMPP.rocks. All rights reserved.