|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.model.TreeNodeImpl<T>
org.richfaces.model.CacheableTreeNodeImpl<T>
public class CacheableTreeNodeImpl<T>
This class provides the solution for "false leaves" issue of cacheable trees
| Constructor Summary | |
|---|---|
CacheableTreeNodeImpl()
|
|
| Method Summary | |
|---|---|
boolean |
isLeaf()
Returns whether this node is leaf |
void |
setNotLeaf(boolean notLeaf)
|
| Methods inherited from class org.richfaces.model.TreeNodeImpl |
|---|
addChild, getChild, getChildren, getData, getParent, removeChild, setData, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheableTreeNodeImpl()
| Method Detail |
|---|
public boolean isLeaf()
TreeNode
isLeaf in interface TreeNode<T>isLeaf in class TreeNodeImpl<T>true if this node is leaf else returns falsepublic void setNotLeaf(boolean notLeaf)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||