Uses of Class
org.jivesoftware.smackx.xdata.FormField
-
Packages that use FormField Package Description org.jivesoftware.smackx.geoloc.packet Element classes for XEP-0080: User Location.org.jivesoftware.smackx.mam XEP-0313: Message Archive Management.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.form Smacks high-level API for XEP-0004: Data Forms.org.jivesoftware.smackx.xdata.packet Element 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 FormField in org.jivesoftware.smackx.geoloc.packet
Methods in org.jivesoftware.smackx.geoloc.packet with parameters of type FormField Modifier and Type Method Description static GeoLocation
GeoLocation. from(FormField formField)
Returns the first GeoLocation, ornull
if it doesn't exist inFormField
. -
Uses of FormField in org.jivesoftware.smackx.mam
Methods in org.jivesoftware.smackx.mam that return types with arguments of type FormField Modifier and Type Method Description java.util.List<FormField>
MamManager. retrieveFormFields()
Get the form fields supported by the server.java.util.List<FormField>
MamManager. retrieveFormFields(java.lang.String node)
Get the form fields supported by the server.Methods in org.jivesoftware.smackx.mam with parameters of type FormField Modifier and Type Method Description MamManager.MamQueryArgs.Builder
MamManager.MamQueryArgs.Builder. withAdditionalFormField(FormField formField)
Method parameters in org.jivesoftware.smackx.mam with type arguments of type FormField Modifier and Type Method Description MamManager.MamQueryArgs.Builder
MamManager.MamQueryArgs.Builder. withAdditionalFormFields(java.util.List<FormField> additionalFields)
-
Uses of FormField in org.jivesoftware.smackx.mediaelement.element
Methods in org.jivesoftware.smackx.mediaelement.element with parameters of type FormField Modifier and Type Method Description MediaElement
MediaElement. from(FormField formField)
-
Uses of FormField in org.jivesoftware.smackx.xdata
Classes in org.jivesoftware.smackx.xdata with type parameters of type FormField Modifier and Type Class Description static class
FormField.Builder<F extends FormField,B extends FormField.Builder<?,?>>
Subclasses of FormField in org.jivesoftware.smackx.xdata Modifier and Type Class Description class
AbstractMultiFormField
class
AbstractSingleStringValueFormField
class
BooleanFormField
class
JidMultiFormField
class
JidSingleFormField
class
ListMultiFormField
class
ListSingleFormField
class
SingleValueFormField
class
TextMultiFormField
class
TextSingleFormField
Methods in org.jivesoftware.smackx.xdata with type parameters of type FormField Modifier and Type Method Description <F extends FormField>
FFormField. ifPossibleAs(java.lang.Class<F> formFieldClass)
<F extends FormField>
FFormField. ifPossibleAsOrThrow(java.lang.Class<F> formFieldClass)
Methods in org.jivesoftware.smackx.xdata with parameters of type FormField Modifier and Type Method Description default void
FormFieldChildElement. validate(FormField formField)
Constructors in org.jivesoftware.smackx.xdata with parameters of type FormField Constructor Description Builder(FormField formField)
-
Uses of FormField in org.jivesoftware.smackx.xdata.form
Methods in org.jivesoftware.smackx.xdata.form that return FormField Modifier and Type Method Description FormField
FillableForm. getField(java.lang.String fieldName)
FormField
FilledForm. getField(java.lang.String fieldName)
FormField
FormReader. getField(java.lang.String fieldName)
protected FormField
FilledForm. getFieldOrThrow(java.lang.String fieldName)
Methods in org.jivesoftware.smackx.xdata.form with parameters of type FormField Modifier and Type Method Description void
FillableForm. write(FormField filledFormField)
-
Uses of FormField in org.jivesoftware.smackx.xdata.packet
Methods in org.jivesoftware.smackx.xdata.packet that return FormField Modifier and Type Method Description FormField
DataForm. getField(java.lang.String fieldName)
Return the form field with the given variable name or null.FormField
DataForm.ReportedData. getField(java.lang.String name)
Methods in org.jivesoftware.smackx.xdata.packet that return types with arguments of type FormField Modifier and Type Method Description java.util.List<FormField>
DataForm. getFields()
Returns a List of the fields that are part of the form.java.util.List<? extends FormField>
DataForm.Item. getFields()
Returns the fields that define the data that goes with the item.java.util.List<? extends FormField>
DataForm.ReportedData. getFields()
Returns the fields returned from a search.Methods in org.jivesoftware.smackx.xdata.packet with parameters of type FormField Modifier and Type Method Description DataForm.Builder
DataForm.Builder. addField(FormField field)
Adds a new field as part of the form.Method parameters in org.jivesoftware.smackx.xdata.packet with type arguments of type FormField Modifier and Type Method Description DataForm.Builder
DataForm.Builder. addFields(java.util.Collection<? extends FormField> fieldsToAdd)
Add the given fields to this form.Constructor parameters in org.jivesoftware.smackx.xdata.packet with type arguments of type FormField Constructor Description Item(java.util.List<? extends FormField> fields)
ReportedData(java.util.List<? extends FormField> fields)
-
Uses of FormField in org.jivesoftware.smackx.xdatavalidation.packet
Methods in org.jivesoftware.smackx.xdatavalidation.packet with parameters of type FormField Modifier and Type Method Description static ValidateElement
ValidateElement. from(FormField formField)
void
ValidateElement.RangeValidateElement. validate(FormField formField)
-
Uses of FormField in org.jivesoftware.smackx.xmlelement.element
Methods in org.jivesoftware.smackx.xmlelement.element with parameters of type FormField Modifier and Type Method Description static DataFormsXmlElement
DataFormsXmlElement. from(FormField formField)
-