Uses of Class
org.jasig.portal.channels.jsp.tree.Node

Packages that use Node
org.jasig.portal.channels.jsp.tree   
 

Uses of Node in org.jasig.portal.channels.jsp.tree
 

Methods in org.jasig.portal.channels.jsp.tree that return Node
 Node[] Node.getAspects()
          Deprecated.  
 Node[] Node.getChildren()
          Deprecated.  
 Node Model.getNode()
          Deprecated. Returns the currently rendering node.
 Node Model.getNodeForId(String id)
          Deprecated. returns the node with the specified id in the root node.
static Node Model.getNodeForId(String id, Node nodeToSearch)
          Deprecated. returns the node with the specified id in the specified node.
 Node Model.getRoot()
          Deprecated. Returns the root node of the tree.
 

Methods in org.jasig.portal.channels.jsp.tree with parameters of type Node
static Node Model.getNodeForId(String id, Node nodeToSearch)
          Deprecated. returns the node with the specified id in the specified node.
 void Model.setNode(Node node)
          Deprecated. Sets the currently rendering node.
 



Copyright © 2010 Jasig. All Rights Reserved.