Method Summary |
|
public Icon | getDisplayIcon(boolean bExpanded) Gets the icon for this node.
Parameters: bExpanded - true to get the expanded version icon. |
public String | getDisplayName() Gets the name for this node. |
public boolean | getEnabled() Checks if this node is enabled. |
public String | getHREF() Gets the full path to the object/permission this node represents. |
public PropertyInstance | getPropertyInstance() Gets the property instance for this object on the selected Role. |
public Value | getValue() Gets the value this node represents. |
public ValueGroup | getValueGroup() Gets the valuegroup this node represents. |
public boolean | isLeaf() Checks if this is a leaf node. |
public boolean | isSelected() Checks if this node is selected. |
protected void | populateChildren() Populates the children of this node. |
public void | setEnabled(boolean bEnable) Sets whether this node is enabled. |
public void | setSelected(boolean bSelected) Sets whether this node is selected. |