Uses of Class
org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
Packages that use PreferenceHierarchyElement Package Description org.uberfire.preferences.shared.bean -
-
Uses of PreferenceHierarchyElement in org.uberfire.preferences.shared.bean
Methods in org.uberfire.preferences.shared.bean that return PreferenceHierarchyElement Modifier and Type Method 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.Methods in org.uberfire.preferences.shared.bean that return types with arguments of type PreferenceHierarchyElement Modifier and Type Method Description List<PreferenceHierarchyElement<?>>PreferenceHierarchyElement. getChildren()Method parameters in org.uberfire.preferences.shared.bean with type arguments of type PreferenceHierarchyElement Modifier and Type Method Description voidPreferenceHierarchyElement. setChildren(List<PreferenceHierarchyElement<?>> children)Constructor parameters in org.uberfire.preferences.shared.bean with type arguments of type PreferenceHierarchyElement Constructor 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)
-