Uses of Class
org.jivesoftware.smackx.xdata.FormField
Package
Description
Element classes for XEP-0080: User Location.
XEP-0313: Message Archive Management.
Element classes for XEP-0221: Data Forms Media Element.
Smacks API for Data Forms (XEP-0004).
Smacks high-level API for XEP-0004: Data Forms.
Element 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 FormField in org.jivesoftware.smackx.geoloc.packet
Modifier and TypeMethodDescriptionstatic GeoLocation
Returns the first GeoLocation, ornull
if it doesn't exist inFormField
. -
Uses of FormField in org.jivesoftware.smackx.mam
Modifier and TypeMethodDescriptionMamManager.retrieveFormFields()
Get the form fields supported by the server.MamManager.retrieveFormFields
(String node) Get the form fields supported by the server.Modifier and TypeMethodDescriptionMamManager.MamQueryArgs.Builder.withAdditionalFormField
(FormField formField) Modifier and TypeMethodDescriptionMamManager.MamQueryArgs.Builder.withAdditionalFormFields
(List<FormField> additionalFields) -
Uses of FormField in org.jivesoftware.smackx.mediaelement.element
-
Uses of FormField in org.jivesoftware.smackx.xdata
Modifier and TypeClassDescriptionstatic class
FormField.Builder<F extends FormField,
B extends FormField.Builder<?, ?>> Modifier and TypeClassDescriptionclass
class
class
final class
class
class
class
class
class
class
Modifier and TypeMethodDescription<F extends FormField>
FFormField.ifPossibleAs
(Class<F> formFieldClass) <F extends FormField>
FFormField.ifPossibleAsOrThrow
(Class<F> formFieldClass) Modifier and TypeMethodDescriptiondefault void
-
Uses of FormField in org.jivesoftware.smackx.xdata.form
Modifier and TypeMethodDescriptionprotected FormField
FilledForm.getFieldOrThrow
(String fieldName) -
Uses of FormField in org.jivesoftware.smackx.xdata.packet
Modifier and TypeMethodDescriptionReturn the form field with the given variable name or null.Modifier and TypeMethodDescriptionDataForm.getFields()
Returns a List of the fields that are part of the form.DataForm.Item.getFields()
Returns the fields that define the data that goes with the item.DataForm.ReportedData.getFields()
Returns the fields returned from a search.Modifier and TypeMethodDescriptionAdds a new field as part of the form.Modifier and TypeMethodDescriptionDataForm.Builder.addFields
(Collection<? extends FormField> fieldsToAdd) Add the given fields to this form. -
Uses of FormField in org.jivesoftware.smackx.xdatavalidation.packet
-
Uses of FormField in org.jivesoftware.smackx.xmlelement.element