Uses of Enum
org.jivesoftware.smackx.xdata.FormField.Type
Packages that use FormField.Type
Package
Description
Smack's implementation of XEP-0068: Field Standardization for Data Forms.
Smacks implementation of XEP-0055: Jabber Search.
Smacks API for Data Forms (XEP-0004).
-
Uses of FormField.Type in org.jivesoftware.smackx.formtypes
Methods in org.jivesoftware.smackx.formtypes that return FormField.TypeMethods in org.jivesoftware.smackx.formtypes with parameters of type FormField.TypeModifier and TypeMethodDescriptionstatic void
FormFieldRegistry.addLookasideFieldRegistryEntry
(String fieldName, FormField.Type formFieldType) static void
FormFieldRegistry.register
(String formType, String fieldName, FormField.Type fieldType) static void
FormFieldRegistry.register
(String formType, FormField.Type fieldType, String... fieldNames) -
Uses of FormField.Type in org.jivesoftware.smackx.search
Methods in org.jivesoftware.smackx.search that return FormField.TypeModifier and TypeMethodDescriptionReportedData.Column.getType()
Returns the column's data format.Constructors in org.jivesoftware.smackx.search with parameters of type FormField.TypeModifierConstructorDescriptionColumn
(String label, String variable, FormField.Type type) Creates a new column with the specified definition. -
Uses of FormField.Type in org.jivesoftware.smackx.xdata
Methods in org.jivesoftware.smackx.xdata that return FormField.TypeModifier and TypeMethodDescriptionstatic FormField.Type
FormField.Type.fromString
(String string) Get a form field type from the given string.FormField.Builder.getType()
FormField.getType()
Returns an indicative of the format for the data to answer.static FormField.Type
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.Constructors in org.jivesoftware.smackx.xdata with parameters of type FormField.TypeModifierConstructorDescriptionprotected
Builder
(String fieldName, FormField.Type type) protected
Builder
(String fieldName, FormField.Type type) protected
Builder
(String fieldName, FormField.Type type) protected
Builder
(String fieldName, FormField.Type type)