Uses of Class
org.jivesoftware.smackx.xdata.FormField.Option
-
Packages that use FormField.Option Package Description org.jivesoftware.smackx.xdata Smacks implementation of XEP-0004: Data Forms.org.jivesoftware.smackx.xdata.provider Provider classes for XEP-0004: Data Forms. -
-
Uses of FormField.Option in org.jivesoftware.smackx.xdata
Methods in org.jivesoftware.smackx.xdata that return types with arguments of type FormField.Option Modifier and Type Method Description java.util.List<FormField.Option>FormFieldWithOptions. getOptions()Returns a List of the available options that the user has in order to answer the question.java.util.List<FormField.Option>ListMultiFormField. getOptions()java.util.List<FormField.Option>ListSingleFormField. getOptions()Methods in org.jivesoftware.smackx.xdata with parameters of type FormField.Option Modifier and Type Method Description BFormFieldWithOptions.Builder. addOption(FormField.Option option)Adds an available options to the question that the user has in order to answer the question.ListMultiFormField.BuilderListMultiFormField.Builder. addOption(FormField.Option option)ListSingleFormField.BuilderListSingleFormField.Builder. addOption(FormField.Option option) -
Uses of FormField.Option in org.jivesoftware.smackx.xdata.provider
Methods in org.jivesoftware.smackx.xdata.provider that return FormField.Option Modifier and Type Method Description static FormField.OptionDataFormProvider. parseOption(XmlPullParser parser)
-