Uses of Class
org.uberfire.ext.properties.editor.model.PropertyEditorType
-
Packages that use PropertyEditorType Package Description org.uberfire.ext.properties.editor.model -
-
Uses of PropertyEditorType in org.uberfire.ext.properties.editor.model
Methods in org.uberfire.ext.properties.editor.model that return PropertyEditorType Modifier and Type Method Description static PropertyEditorTypePropertyEditorType. getFromType(Class<?> type)PropertyEditorTypePropertyEditorFieldInfo. getType()static PropertyEditorTypePropertyEditorType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyEditorType[]PropertyEditorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.ext.properties.editor.model with parameters of type PropertyEditorType Constructor Description PropertyEditorFieldInfo(String label, String currentStringValue, PropertyEditorType type)Create a PropertyEditorFieldInfoPropertyEditorFieldInfo(String label, PropertyEditorType type)Create a PropertyEditorFieldInfo
-