Package | Description |
---|---|
org.uberfire.preferences.shared.bean |
Modifier and Type | Method and Description |
---|---|
PreferenceHierarchyElement<?> |
PreferenceBeanServerStore.buildHierarchyStructureForPreference(String identifier)
Builds a tree hierarchy that begins with the root preference bean which identifier was passed and
grows based on their sub-preferences.
|
PreferenceHierarchyElement<?> |
PreferenceBeanServerStore.buildHierarchyStructureForPreference(String identifier,
PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
Builds a tree hierarchy that begins with the root preference bean which identifier was passed and
grows based on their sub-preferences.
|
Modifier and Type | Method and Description |
---|---|
List<PreferenceHierarchyElement<?>> |
PreferenceHierarchyElement.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
PreferenceHierarchyElement.setChildren(List<PreferenceHierarchyElement<?>> children) |
Constructor and Description |
---|
PreferenceHierarchyElement(String id,
BasePreferencePortable<T> portablePreference,
List<PreferenceHierarchyElement<?>> children,
boolean shared,
boolean root,
String bundleKey,
Map<String,String> bundleKeyByProperty,
Map<String,String> helpBundleKeyByProperty,
Map<String,PropertyFormOptions[]> formOptionsByProperty) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.