| Package | Description |
|---|---|
| rocks.xmpp.extensions.data.model |
Provides XML schema implementations of XEP-0004: Data Forms.
|
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
DataForm.getPages()
Gets the layout pages for this data form.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DataForm.Builder.pages(Collection<Page> pages) |
| 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–2015 XMPP.rocks. All rights reserved.