RichFaces Examples Iteration 4.1.0.20111101-M4

org.richfaces.demo
Class LazyTreeNode

java.lang.Object
  extended by org.richfaces.demo.LazyTreeNode
All Implemented Interfaces:
Serializable, TreeNode

public class LazyTreeNode
extends Object
implements TreeNode, Serializable

Author:
Nick Belaevski
See Also:
Serialized Form

Constructor Summary
LazyTreeNode(LazyTreeNode parentNode, TreeNode srcNode)
           
LazyTreeNode(TreeNode srcNode)
           
 
Method Summary
 Enumeration children()
           
 boolean getAllowsChildren()
           
 TreeNode getChildAt(int childIndex)
           
 int getChildCount()
           
 int getIndex(TreeNode node)
           
 TreeNode getParent()
           
 TreeNode getWrappedNode()
           
 boolean isLeaf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyTreeNode

public LazyTreeNode(LazyTreeNode parentNode,
                    TreeNode srcNode)

LazyTreeNode

public LazyTreeNode(TreeNode srcNode)
Method Detail

getChildAt

public TreeNode getChildAt(int childIndex)
Specified by:
getChildAt in interface TreeNode

getChildCount

public int getChildCount()
Specified by:
getChildCount in interface TreeNode

getParent

public TreeNode getParent()
Specified by:
getParent in interface TreeNode

getIndex

public int getIndex(TreeNode node)
Specified by:
getIndex in interface TreeNode

getAllowsChildren

public boolean getAllowsChildren()
Specified by:
getAllowsChildren in interface TreeNode

isLeaf

public boolean isLeaf()
Specified by:
isLeaf in interface TreeNode

children

public Enumeration children()
Specified by:
children in interface TreeNode

getWrappedNode

public TreeNode getWrappedNode()

RichFaces Examples Iteration 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.