org.richfaces.model
Class CacheableSwingTreeNodeImpl

java.lang.Object
  extended by org.richfaces.model.SwingTreeNodeImpl
      extended by org.richfaces.model.CacheableSwingTreeNodeImpl
All Implemented Interfaces:
javax.swing.tree.TreeNode

public class CacheableSwingTreeNodeImpl
extends SwingTreeNodeImpl

This class provides the solution for "false leaves" issue of cacheable trees

Since:
3.3.1
Author:
Nick Belaevski

Constructor Summary
CacheableSwingTreeNodeImpl()
           
 
Method Summary
 boolean isLeaf()
           
 void setNotLeaf(boolean notLeaf)
           
 
Methods inherited from class org.richfaces.model.SwingTreeNodeImpl
addChild, addChild, children, getAllowsChildren, getChildAt, getChildCount, getData, getIndex, getParent, removeChild, removeChildByKey, setAllowsChildren, setData, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheableSwingTreeNodeImpl

public CacheableSwingTreeNodeImpl()
Method Detail

isLeaf

public boolean isLeaf()
Specified by:
isLeaf in interface javax.swing.tree.TreeNode
Overrides:
isLeaf in class SwingTreeNodeImpl

setNotLeaf

public void setNotLeaf(boolean notLeaf)


Copyright © 2010. All Rights Reserved.