Uses of Interface
org.jivesoftware.smackx.xdata.FormFieldChildElement
-
Packages that use FormFieldChildElement Package Description org.jivesoftware.smackx.geoloc.packet Element classes for XEP-0080: User Location.org.jivesoftware.smackx.mediaelement.element Element classes for XEP-0221: Data Forms Media Element.org.jivesoftware.smackx.xdata Smacks implementation of XEP-0004: Data Forms.org.jivesoftware.smackx.xdata.provider Provider classes for XEP-0004: Data Forms.org.jivesoftware.smackx.xdatavalidation.packet Element classes for XEP-0122: Data Forms Validation.org.jivesoftware.smackx.xmlelement.element Element classes for XEP-0315: Data Forms XML Element. -
-
Uses of FormFieldChildElement in org.jivesoftware.smackx.geoloc.packet
Classes in org.jivesoftware.smackx.geoloc.packet that implement FormFieldChildElement Modifier and Type Class Description classGeoLocationA GeoLocation Extension packet, which is used by the XMPP clients to exchange their respective geographic locations. -
Uses of FormFieldChildElement in org.jivesoftware.smackx.mediaelement.element
Classes in org.jivesoftware.smackx.mediaelement.element that implement FormFieldChildElement Modifier and Type Class Description classMediaElement -
Uses of FormFieldChildElement in org.jivesoftware.smackx.xdata
Classes in org.jivesoftware.smackx.xdata that implement FormFieldChildElement Modifier and Type Class Description static classFormField.Descriptionstatic classFormField.RequiredMethods in org.jivesoftware.smackx.xdata that return FormFieldChildElement Modifier and Type Method Description FormFieldChildElementFormField. getFormFieldChildElement(javax.xml.namespace.QName qname)Methods in org.jivesoftware.smackx.xdata that return types with arguments of type FormFieldChildElement Modifier and Type Method Description java.util.List<FormFieldChildElement>FormField. getFormFieldChildElements()java.util.List<FormFieldChildElement>FormField. getFormFieldChildElements(javax.xml.namespace.QName qname)Methods in org.jivesoftware.smackx.xdata with parameters of type FormFieldChildElement Modifier and Type Method Description BFormField.Builder. addFormFieldChildElement(FormFieldChildElement newFormFieldChildElement)Method parameters in org.jivesoftware.smackx.xdata with type arguments of type FormFieldChildElement Modifier and Type Method Description BFormField.Builder. addFormFieldChildElements(java.util.Collection<? extends FormFieldChildElement> formFieldChildElements) -
Uses of FormFieldChildElement in org.jivesoftware.smackx.xdata.provider
Classes in org.jivesoftware.smackx.xdata.provider with type parameters of type FormFieldChildElement Modifier and Type Class Description classFormFieldChildElementProvider<F extends FormFieldChildElement> -
Uses of FormFieldChildElement in org.jivesoftware.smackx.xdatavalidation.packet
Classes in org.jivesoftware.smackx.xdatavalidation.packet that implement FormFieldChildElement Modifier and Type Class Description classValidateElementDataValidation Extension according to XEP-0122: Data Forms Validation.static classValidateElement.BasicValidateElementValidation only against the datatype itself.static classValidateElement.OpenValidateElementFor "list-single" or "list-multi", indicates that the user may enter a custom value (matching the datatype constraints) or choose from the predefined values.static classValidateElement.RangeValidateElementIndicate that the value should fall within a certain range.static classValidateElement.RegexValidateElementIndicates that the value should be restricted to a regular expression. -
Uses of FormFieldChildElement in org.jivesoftware.smackx.xmlelement.element
Classes in org.jivesoftware.smackx.xmlelement.element that implement FormFieldChildElement Modifier and Type Class Description classDataFormsXmlElement
-