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
Methods in org.jivesoftware.smackx.xdata that return FormField.Value Modifier and Type Method Description FormField.Value
FormField.Option. getValue()
Returns the value of the option.Constructors in org.jivesoftware.smackx.xdata with parameters of type FormField.Value Constructor Description Option(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.Value
DataFormProvider. parseValue(XmlPullParser parser)
-