Uses of Interface
org.jivesoftware.smackx.xdata.FormFieldChildElement
Packages that use FormFieldChildElement
Package
Description
Element classes for XEP-0080: User Location.
Element classes for XEP-0221: Data Forms Media Element.
Smacks API for Data Forms (XEP-0004).
Provider classes for XEP-0004: Data Forms.
Element classes for XEP-0122: Data Forms Validation.
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 FormFieldChildElementModifier and TypeClassDescriptionfinal class
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 -
Uses of FormFieldChildElement in org.jivesoftware.smackx.xdata
Classes in org.jivesoftware.smackx.xdata that implement FormFieldChildElementModifier and TypeClassDescriptionstatic class
static final class
Methods in org.jivesoftware.smackx.xdata that return FormFieldChildElementMethods in org.jivesoftware.smackx.xdata that return types with arguments of type FormFieldChildElementModifier and TypeMethodDescriptionFormField.getFormFieldChildElements()
FormField.getFormFieldChildElements
(QName qname) Methods in org.jivesoftware.smackx.xdata with parameters of type FormFieldChildElementModifier and TypeMethodDescriptionFormField.Builder.addFormFieldChildElement
(FormFieldChildElement newFormFieldChildElement) Method parameters in org.jivesoftware.smackx.xdata with type arguments of type FormFieldChildElementModifier and TypeMethodDescriptionFormField.Builder.addFormFieldChildElements
(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 FormFieldChildElementModifier and TypeClassDescriptionclass
-
Uses of FormFieldChildElement in org.jivesoftware.smackx.xdatavalidation.packet
Classes in org.jivesoftware.smackx.xdatavalidation.packet that implement FormFieldChildElementModifier and TypeClassDescriptionclass
DataValidation Extension according to XEP-0122: Data Forms Validation.static class
Validation only against the datatype itself.static class
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
Indicate that the value should fall within a certain range.static class
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