Package | Description |
---|---|
org.uberfire.ext.properties.editor.model |
Modifier and Type | Method and Description |
---|---|
static PropertyEditorType |
PropertyEditorType.getFromType(Class<?> type) |
PropertyEditorType |
PropertyEditorFieldInfo.getType() |
static PropertyEditorType |
PropertyEditorType.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.
|
Constructor and Description |
---|
PropertyEditorFieldInfo(String label,
PropertyEditorType type)
Create a PropertyEditorFieldInfo
|
PropertyEditorFieldInfo(String label,
String currentStringValue,
PropertyEditorType type)
Create a PropertyEditorFieldInfo
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.