Uses of Interface
org.apache.tapestry.contrib.tree.model.ITreeNode

Packages that use ITreeNode
org.apache.tapestry.contrib.tree.model

Tree model classes/interfaces. 

org.apache.tapestry.contrib.tree.simple

Default set of model implementation classes for the Tree component. 

 

Uses of ITreeNode in org.apache.tapestry.contrib.tree.model
 

Subinterfaces of ITreeNode in org.apache.tapestry.contrib.tree.model
 interface IMutableTreeNode
          Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.
 

Methods in org.apache.tapestry.contrib.tree.model that return ITreeNode
 ITreeNode ITreeNode.getParent()
          Returns the parent ITreeNode of the receiver.
 

Methods in org.apache.tapestry.contrib.tree.model with parameters of type ITreeNode
 boolean ITreeNode.containsChild(ITreeNode node)
          Returns the true if current node contains received children, otherwise return false.
 

Uses of ITreeNode in org.apache.tapestry.contrib.tree.simple
 

Classes in org.apache.tapestry.contrib.tree.simple that implement ITreeNode
 class TreeNode
           
 

Fields in org.apache.tapestry.contrib.tree.simple declared as ITreeNode
protected  ITreeNode SimpleTreeDataModel.m_objRootNode
           
 

Methods in org.apache.tapestry.contrib.tree.simple that return ITreeNode
 ITreeNode TreeNode.getParent()
           
 

Methods in org.apache.tapestry.contrib.tree.simple with parameters of type ITreeNode
 boolean TreeNode.containsChild(ITreeNode node)
           
 

Constructors in org.apache.tapestry.contrib.tree.simple with parameters of type ITreeNode
SimpleTreeDataModel(ITreeNode objRootNode)
          Constructor for SimpleTreeDataModel.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.