Uses of Class
org.xmpp.forms.FormField
-
Packages that use FormField Package Description org.xmpp.forms -
-
Uses of FormField in org.xmpp.forms
Methods in org.xmpp.forms that return FormField Modifier and Type Method Description FormFieldDataForm. addField()Adds a new field as part of the form.FormFieldDataForm. addField(String variable, String label, FormField.Type type)Adds a new field as part of the form.FormFieldFormField. createCopy()Creates and returns a new object that is an exact copy of this FormField object.FormFieldDataForm. getField(String variable)Returns the field whose variable matches the specified variable.Methods in org.xmpp.forms that return types with arguments of type FormField Modifier and Type Method Description List<FormField>DataForm. getFields()Returns the fields that are part of the form.
-