Uses of Class
rocks.xmpp.extensions.data.model.DataForm.Option
-
Packages that use DataForm.Option Package Description rocks.xmpp.extensions.data.model Provides XML schema implementations of XEP-0004: Data Forms. -
-
Uses of DataForm.Option in rocks.xmpp.extensions.data.model
Methods in rocks.xmpp.extensions.data.model that return types with arguments of type DataForm.Option Modifier and Type Method Description List<DataForm.Option>
DataForm.Field. getOptions()
Gets the options if the field type isDataForm.Field.Type.LIST_SINGLE
orDataForm.Field.Type.LIST_MULTI
.Method parameters in rocks.xmpp.extensions.data.model with type arguments of type DataForm.Option Modifier and Type Method Description DataForm.Field.Builder
DataForm.Field.Builder. options(Collection<DataForm.Option> options)
Sets the options.
-