com.bea.security.entitlements.admin.rbac
Class NavigationTreeNode

java.lang.Object
  extended byorg.apache.myfaces.custom.tree2.TreeNodeBase
      extended bycom.bea.security.entitlements.admin.rbac.TreeNodeWithSelection
          extended bycom.bea.security.entitlements.admin.rbac.BaseTreeNode
              extended bycom.bea.security.entitlements.admin.rbac.NavigationTreeNode
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable, org.apache.myfaces.custom.tree2.TreeNode

public class NavigationTreeNode
extends BaseTreeNode
implements java.io.Serializable

The NavigationTreeNode creates a TreeNodeWithSelection object of type Navigation

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bea.security.entitlements.admin.rbac.BaseTreeNode
IDENTITY_DIRECTORY_NODE, IDENTITY_NODE, NAVIGATION_NODE, PERMISSION_NODE, PERMISSION_SET_NODE, REPORTING_NODE, RESOURCE_NODE, ROLE_NODE, SOD_NODE
 
Constructor Summary
NavigationTreeNode(java.lang.String nodeName, boolean isleaf)
          Constructor to create a navigatble tree node
 
Method Summary
 java.lang.String getNodeType()
          Return type of node
 
Methods inherited from class com.bea.security.entitlements.admin.rbac.TreeNodeWithSelection
compareTo, getNodeByName, getParent, isSelected, removeNode, setChildrenSelectedRecursively, setNeedUpdateChildren, setParent, setSelected
 
Methods inherited from class org.apache.myfaces.custom.tree2.TreeNodeBase
getChildCount, getChildren, getDescription, getIdentifier, getType, isLeaf, setDescription, setIdentifier, setLeaf, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationTreeNode

public NavigationTreeNode(java.lang.String nodeName,
                          boolean isleaf)
Constructor to create a navigatble tree node

Parameters:
nodeName - Name of the node to create
isleaf - true if leaf, false otherwise
Method Detail

getNodeType

public java.lang.String getNodeType()
Return type of node

Specified by:
getNodeType in class BaseTreeNode
Returns:
type BaseTreeNode.NAVIGATION_NODE


Copyright © 2007 BEA Systems Inc. All Rights Reserved.