Uses of Class
org.jivesoftware.smackx.xdata.FormField.Option
Package
Description
Smacks API for Data Forms (XEP-0004).
Provider classes for XEP-0004: Data Forms.
-
Uses of FormField.Option in org.jivesoftware.smackx.xdata
Modifier and TypeMethodDescriptionFormFieldWithOptions.getOptions()
Returns a List of the available options that the user has in order to answer the question.ListMultiFormField.getOptions()
ListSingleFormField.getOptions()
Modifier and TypeMethodDescriptionFormFieldWithOptions.Builder.addOption
(FormField.Option option) Adds an available options to the question that the user has in order to answer the question.ListMultiFormField.Builder.addOption
(FormField.Option option) ListSingleFormField.Builder.addOption
(FormField.Option option) -
Uses of FormField.Option in org.jivesoftware.smackx.xdata.provider
Modifier and TypeMethodDescriptionstatic FormField.Option
DataFormProvider.parseOption
(XmlPullParser parser)