| Package | Description |
|---|---|
| rocks.xmpp.extensions.data.model |
Provides XML schema implementations of XEP-0004: Data Forms.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataForm.Item> |
DataForm.getItems()
Gets the items, which can be understood as "table rows" containing data (if any) that matches the request.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DataForm.Builder.items(Collection<DataForm.Item> items)
Sets the items of the form.
|
| Constructor and Description |
|---|
DataForm(DataForm.Type type,
String title,
Collection<DataForm.Field> fields,
Collection<DataForm.Field> reportedFields,
Collection<DataForm.Item> items,
Collection<String> instructions,
Collection<Page> pages) |
Copyright © 2014–2018 XMPP.rocks. All rights reserved.