org.richfaces.demo
Class LazyTreeNode
java.lang.Object
org.richfaces.demo.LazyTreeNode
- All Implemented Interfaces:
- Serializable, TreeNode
public class LazyTreeNode
- extends Object
- implements TreeNode, Serializable
- Author:
- Nick Belaevski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyTreeNode
public LazyTreeNode(LazyTreeNode parentNode,
TreeNode srcNode)
LazyTreeNode
public LazyTreeNode(TreeNode srcNode)
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()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.