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 GeoLocationGeoLocation. from(FormField formField)Returns the first GeoLocation, ornullif 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.BuilderMamManager.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.BuilderMamManager.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 MediaElementMediaElement. 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 classFormField.Builder<F extends FormField,B extends FormField.Builder<?,?>>Subclasses of FormField in org.jivesoftware.smackx.xdata Modifier and Type Class Description classAbstractMultiFormFieldclassAbstractSingleStringValueFormFieldclassBooleanFormFieldclassJidMultiFormFieldclassJidSingleFormFieldclassListMultiFormFieldclassListSingleFormFieldclassSingleValueFormFieldclassTextMultiFormFieldclassTextSingleFormFieldMethods 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 voidFormFieldChildElement. 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 FormFieldFillableForm. getField(java.lang.String fieldName)FormFieldFilledForm. getField(java.lang.String fieldName)FormFieldFormReader. getField(java.lang.String fieldName)protected FormFieldFilledForm. getFieldOrThrow(java.lang.String fieldName)Methods in org.jivesoftware.smackx.xdata.form with parameters of type FormField Modifier and Type Method Description voidFillableForm. 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 FormFieldDataForm. getField(java.lang.String fieldName)Return the form field with the given variable name or null.FormFieldDataForm.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.BuilderDataForm.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.BuilderDataForm.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 ValidateElementValidateElement. from(FormField formField)voidValidateElement.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 DataFormsXmlElementDataFormsXmlElement. from(FormField formField)
-