Uses of Class
org.uberfire.ext.properties.editor.client.fields.PropertyEditorFieldType
-
Packages that use PropertyEditorFieldType Package Description org.uberfire.ext.properties.editor.client.fields -
-
Uses of PropertyEditorFieldType in org.uberfire.ext.properties.editor.client.fields
Methods in org.uberfire.ext.properties.editor.client.fields that return PropertyEditorFieldType Modifier and Type Method Description static PropertyEditorFieldTypePropertyEditorFieldType. getFieldTypeFrom(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo fieldInfo)static PropertyEditorFieldTypePropertyEditorFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyEditorFieldType[]PropertyEditorFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-