Uses of Class
rocks.xmpp.extensions.data.layout.model.Page
-
Packages that use Page Package Description rocks.xmpp.extensions.data.model Provides XML schema implementations of XEP-0004: Data Forms. -
-
Uses of Page in rocks.xmpp.extensions.data.model
Methods in rocks.xmpp.extensions.data.model that return types with arguments of type Page Modifier and Type Method Description List<Page>
DataForm. getPages()
Gets the layout pages for this data form.Method parameters in rocks.xmpp.extensions.data.model with type arguments of type Page Modifier and Type Method Description T
DataForm.Builder. pages(Collection<Page> pages)
Sets the pages of the form.
-