Uses of Class
rocks.xmpp.extensions.data.model.DataForm.Item
-
Packages that use DataForm.Item Package Description rocks.xmpp.extensions.data.model Provides XML schema implementations of XEP-0004: Data Forms. -
-
Uses of DataForm.Item in rocks.xmpp.extensions.data.model
Methods in rocks.xmpp.extensions.data.model that return types with arguments of type DataForm.Item Modifier and Type Method Description List<DataForm.Item>
DataForm. getItems()
Gets the items, which can be understood as "table rows" containing data (if any) that matches the request.Method parameters in rocks.xmpp.extensions.data.model with type arguments of type DataForm.Item Modifier and Type Method Description T
DataForm.Builder. items(Collection<DataForm.Item> items)
Sets the items of the form.
-