Uses of Interface
org.jivesoftware.openfire.forms.FormField
-
Packages that use FormField Package Description org.jivesoftware.openfire.forms Data forms implementation (XEP-0004).org.jivesoftware.openfire.forms.spi -
-
Uses of FormField in org.jivesoftware.openfire.forms
Methods in org.jivesoftware.openfire.forms that return FormField Modifier and Type Method Description FormFieldDataForm. getField(String variable)Deprecated.Returns the field of the form whose variable matches the specified variable.Methods in org.jivesoftware.openfire.forms with parameters of type FormField Modifier and Type Method Description voidDataForm. addField(FormField field)Deprecated.Adds a new field as part of the form.voidDataForm. addReportedField(FormField field)Deprecated.Adds a field to the list of fields that will be returned from a search. -
Uses of FormField in org.jivesoftware.openfire.forms.spi
Classes in org.jivesoftware.openfire.forms.spi that implement FormField Modifier and Type Class Description classXFormFieldImplDeprecated.replaced byFormFieldMethods in org.jivesoftware.openfire.forms.spi that return FormField Modifier and Type Method Description FormFieldXDataFormImpl. getField(String variable)Deprecated.Methods in org.jivesoftware.openfire.forms.spi with parameters of type FormField Modifier and Type Method Description voidXDataFormImpl. addField(FormField field)Deprecated.voidXDataFormImpl. addReportedField(FormField field)Deprecated.Method parameters in org.jivesoftware.openfire.forms.spi with type arguments of type FormField Modifier and Type Method Description voidXDataFormImpl. addItemFields(List<FormField> itemFields)Deprecated.
-