| Package | Description |
|---|---|
| rocks.xmpp.extensions.data.model |
Provides XML schema implementations of XEP-0004: Data Forms.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Page> |
DataForm.getPages()
Gets the layout pages for this data form.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DataForm.Builder.pages(java.util.Collection<Page> pages)
Sets the pages of the form.
|
| Constructor and Description |
|---|
DataForm(DataForm.Type type,
java.lang.String title,
java.util.Collection<DataForm.Field> fields,
java.util.Collection<DataForm.Field> reportedFields,
java.util.Collection<DataForm.Item> items,
java.util.Collection<java.lang.String> instructions,
java.util.Collection<Page> pages) |
Copyright © 2014–2019 XMPP.rocks. All rights reserved.