| Package | Description |
|---|---|
| org.uberfire.ext.preferences.shared.bean |
| Modifier and Type | Method and Description |
|---|---|
List<PreferenceHierarchyElement<?>> |
PreferenceBeanServerStore.buildHierarchyStructure()
Builds a tree hierarchy that begins with the root preference beans and grows based on their
sub-preferences.
|
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 inherited,
boolean root,
String bundleKey,
Map<String,String> bundleKeyByProperty) |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.