|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.web.util.TreeNodeAdapter
jetbrains.buildServer.web.util.PathsListTreeNode
public class PathsListTreeNode
Tree node implementation which constructs tree from the list of relative paths.
| Constructor Summary | |
|---|---|
PathsListTreeNode(java.lang.String currentPath,
java.util.List<java.lang.String> paths)
|
|
| Method Summary | |
|---|---|
java.util.List<TreeNode> |
getChildren()
Returns this node children |
java.lang.String |
getDetails()
Node details |
java.lang.String |
getLinkPath()
Returns path to set in the link for this node, applicable for leaf nodes only. |
java.lang.String |
getName()
Name of the node to show in tree |
boolean |
isCanHaveChildren()
Returns true if node can have children |
| Methods inherited from class jetbrains.buildServer.web.util.TreeNodeAdapter |
|---|
getNodeAttributes, getNodeClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathsListTreeNode(@NotNull
java.lang.String currentPath,
@NotNull
java.util.List<java.lang.String> paths)
| Method Detail |
|---|
@NotNull public java.lang.String getName()
TreeNode
getName in interface TreeNodegetName in class TreeNodeAdapterpublic java.lang.String getDetails()
TreeNode
getDetails in interface TreeNodegetDetails in class TreeNodeAdapterpublic boolean isCanHaveChildren()
TreeNode
isCanHaveChildren in interface TreeNodeisCanHaveChildren in class TreeNodeAdapterpublic java.lang.String getLinkPath()
TreeNode
getLinkPath in interface TreeNodegetLinkPath in class TreeNodeAdapterpublic java.util.List<TreeNode> getChildren()
TreeNode
getChildren in interface TreeNodegetChildren in class TreeNodeAdapter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||