Uses of Class
org.jivesoftware.smackx.xdata.FormField.Value
-
Packages that use FormField.Value 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.Value in org.jivesoftware.smackx.xdata
Fields in org.jivesoftware.smackx.xdata declared as FormField.Value Modifier and Type Field Description protected FormField.ValueSingleValueFormField.Builder. rawValueMethods in org.jivesoftware.smackx.xdata that return FormField.Value Modifier and Type Method Description FormField.ValueSingleValueFormField. getRawValue()FormField.ValueFormField.Option. getValue()Returns the value of the option.Methods in org.jivesoftware.smackx.xdata that return types with arguments of type FormField.Value Modifier and Type Method Description java.util.List<FormField.Value>AbstractMultiFormField. getRawValues()abstract java.util.List<FormField.Value>FormField. getRawValues()java.util.List<FormField.Value>JidMultiFormField. getRawValues()java.util.List<FormField.Value>SingleValueFormField. getRawValues()Methods in org.jivesoftware.smackx.xdata with parameters of type FormField.Value Modifier and Type Method Description JidMultiFormField.BuilderJidMultiFormField.Builder. addValue(FormField.Value value)BAbstractMultiFormField.Builder. addValueVerbatim(FormField.Value value)BAbstractSingleStringValueFormField.Builder. setValue(FormField.Value value)BooleanFormField.BuilderBooleanFormField.Builder. setValue(FormField.Value value)JidSingleFormField.BuilderJidSingleFormField.Builder. setValue(FormField.Value value)Constructors in org.jivesoftware.smackx.xdata with parameters of type FormField.Value Constructor Description Option(java.lang.String label, FormField.Value value) -
Uses of FormField.Value in org.jivesoftware.smackx.xdata.provider
Methods in org.jivesoftware.smackx.xdata.provider that return FormField.Value Modifier and Type Method Description static FormField.ValueDataFormProvider. parseValue(XmlPullParser parser)
-