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 class
GeoLocation
A 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 class
MediaElement
-
Uses of FormFieldChildElement in org.jivesoftware.smackx.xdata
Classes in org.jivesoftware.smackx.xdata that implement FormFieldChildElement Modifier and Type Class Description static class
FormField.Description
static class
FormField.Required
Methods in org.jivesoftware.smackx.xdata that return FormFieldChildElement Modifier and Type Method Description FormFieldChildElement
FormField. 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 B
FormField.Builder. addFormFieldChildElement(FormFieldChildElement newFormFieldChildElement)
Method parameters in org.jivesoftware.smackx.xdata with type arguments of type FormFieldChildElement Modifier and Type Method Description B
FormField.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 class
FormFieldChildElementProvider<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 class
ValidateElement
DataValidation Extension according to XEP-0122: Data Forms Validation.static class
ValidateElement.BasicValidateElement
Validation only against the datatype itself.static class
ValidateElement.OpenValidateElement
For "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 class
ValidateElement.RangeValidateElement
Indicate that the value should fall within a certain range.static class
ValidateElement.RegexValidateElement
Indicates 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 class
DataFormsXmlElement
-