T
- Preference bean type.@Portable public class PreferenceHierarchyElement<T> extends Object
Constructor and Description |
---|
PreferenceHierarchyElement() |
PreferenceHierarchyElement(String id,
BasePreferencePortable<T> portablePreference,
boolean shared,
boolean root,
String bundleKey) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyBundleKey(String propertyFieldName,
String bundleKey) |
void |
addPropertyFormOptions(String propertyFieldName,
PropertyFormOptions[] formOptions) |
void |
addPropertyHelpBundleKey(String propertyFieldName,
String helpBundleKey) |
boolean |
equals(Object o) |
String |
getBundleKey() |
Map<String,String> |
getBundleKeyByProperty() |
List<PreferenceHierarchyElement<?>> |
getChildren() |
Map<String,PropertyFormOptions[]> |
getFormOptionsByProperty() |
Map<String,String> |
getHelpBundleKeyByProperty() |
String |
getId() |
BasePreferencePortable<T> |
getPortablePreference() |
boolean |
hasChildren() |
int |
hashCode() |
boolean |
isRoot() |
boolean |
isSelectable() |
boolean |
isShared() |
void |
setBundleKey(String bundleKey) |
void |
setChildren(List<PreferenceHierarchyElement<?>> children) |
void |
setId(String id) |
void |
setPortablePreference(BasePreferencePortable<T> portablePreference) |
void |
setRoot(boolean root) |
void |
setShared(boolean shared) |
public PreferenceHierarchyElement()
public PreferenceHierarchyElement(String id, BasePreferencePortable<T> portablePreference, boolean shared, boolean root, String bundleKey)
public 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)
public boolean isSelectable()
public boolean hasChildren()
public String getId()
public void setId(String id)
public BasePreferencePortable<T> getPortablePreference()
public void setPortablePreference(BasePreferencePortable<T> portablePreference)
public List<PreferenceHierarchyElement<?>> getChildren()
public void setChildren(List<PreferenceHierarchyElement<?>> children)
public boolean isShared()
public void setShared(boolean shared)
public boolean isRoot()
public void setRoot(boolean root)
public String getBundleKey()
public void setBundleKey(String bundleKey)
public void addPropertyHelpBundleKey(String propertyFieldName, String helpBundleKey)
public void addPropertyFormOptions(String propertyFieldName, PropertyFormOptions[] formOptions)
public Map<String,PropertyFormOptions[]> getFormOptionsByProperty()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.