Uses of Class
org.xmpp.forms.FormField
Packages that use FormField
-
Uses of FormField in org.xmpp.forms
Methods in org.xmpp.forms that return FormFieldModifier and TypeMethodDescriptionDataForm.addField()Adds a new field as part of the form.DataForm.addField(String variable, String label, FormField.Type type) Adds a new field as part of the form.FormField.createCopy()Creates and returns a new object that is an exact copy of this FormField object.Returns the field whose variable matches the specified variable.Methods in org.xmpp.forms that return types with arguments of type FormField