Uses of Interface
org.jivesoftware.smackx.xdata.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
Modifier 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
-
Uses of FormFieldChildElement in org.jivesoftware.smackx.xdata
Modifier and TypeClassDescriptionstatic class
static final class
Modifier and TypeMethodDescriptionFormField.getFormFieldChildElements()
FormField.getFormFieldChildElements
(QName qname) Modifier and TypeMethodDescriptionFormField.Builder.addFormFieldChildElement
(FormFieldChildElement newFormFieldChildElement) Modifier and TypeMethodDescriptionFormField.Builder.addFormFieldChildElements
(Collection<? extends FormFieldChildElement> formFieldChildElements) -
Uses of FormFieldChildElement in org.jivesoftware.smackx.xdata.provider
Modifier and TypeClassDescriptionclass
-
Uses of FormFieldChildElement in org.jivesoftware.smackx.xdatavalidation.packet
Modifier 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