public class TreeNode extends Object
| Constructor and Description |
|---|
TreeNode(javax.jcr.Node node) |
| Modifier and Type | Method and Description |
|---|---|
TreeNode |
getChildByName(String name) |
List<TreeNode> |
getChildren() |
int |
getChildrenSize() |
String |
getName() |
javax.jcr.Node |
getNode() |
String |
getNodePath() |
String |
getNodePath4ID() |
String |
getPath() |
boolean |
isExpanded() |
void |
setChildren(List<javax.jcr.Node> children) |
void |
setExpanded(boolean isExpanded) |
void |
setNode(javax.jcr.Node node) |
public TreeNode(javax.jcr.Node node)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic boolean isExpanded()
public void setExpanded(boolean isExpanded)
public String getName() throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic String getPath()
public String getNodePath() throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic javax.jcr.Node getNode()
public void setNode(javax.jcr.Node node)
public String getNodePath4ID()
public int getChildrenSize()
public TreeNode getChildByName(String name) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.