|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
INodeSupplier.java Created on 2002-sep-27
| Method Summary | |
java.util.Collection |
getChildContainerNodes(java.lang.Integer parentNode)
ContainerNodes (folderNodes) Create a list of nodes that is children to the node with the supplied id "parentNode". |
java.util.Collection |
getChildLeafNodes(java.lang.Integer parentNode)
LeafNodes (documentNodes) Create a list of nodes that is children to the node with the supplied id "parentNode". |
BaseNode |
getRootNode()
|
boolean |
hasChildren()
return true if you will answer the question above |
boolean |
hasChildren(java.lang.Integer nodeId)
return true if this node (nodeId) has childnodes |
| Method Detail |
public boolean hasChildren(java.lang.Integer nodeId)
public boolean hasChildren()
public java.util.Collection getChildContainerNodes(java.lang.Integer parentNode)
public java.util.Collection getChildLeafNodes(java.lang.Integer parentNode)
public BaseNode getRootNode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||