Package | Description |
---|---|
org.uberfire.preferences.shared | |
org.uberfire.preferences.shared.bean | |
org.uberfire.preferences.shared.bean.mock |
Modifier and Type | Method and Description |
---|---|
static PropertyFormType |
PropertyFormType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyFormType[] |
PropertyFormType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default PropertyFormType |
BasePreferencePortable.getPropertyType(String propertyName)
Returns the form type of a specific simple (non-preference) property by its field name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyFormType> |
BasePreferencePortable.getPropertiesTypes()
Returns the form types of all simple (non-preference) properties by their field name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyFormType> |
PortablePreferenceMockPortableGeneratedImpl.getPropertiesTypes() |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.