Uses of Class
org.xmpp.forms.FormField.Type
-
Packages that use FormField.Type Package Description org.xmpp.forms -
-
Uses of FormField.Type in org.xmpp.forms
Methods in org.xmpp.forms that return FormField.Type Modifier and Type Method Description static FormField.TypeFormField.Type. fromXMPP(String type)Converts a String value into its Type representation.FormField.TypeFormField. getType()Returns an indicative of the format for the data to answer.static FormField.TypeFormField.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FormField.Type[]FormField.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xmpp.forms with parameters of type FormField.Type Modifier and Type Method Description FormFieldDataForm. addField(String variable, String label, FormField.Type type)Adds a new field as part of the form.voidDataForm. addReportedField(String variable, String label, FormField.Type type)Adds a field to the list of fields that will be returned from a search.voidFormField. setType(FormField.Type type)Sets an indicative of the format for the data to answer.
-