|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.web.util.TreeNodeAdapter
public class TreeNodeAdapter
| Constructor Summary | |
|---|---|
TreeNodeAdapter()
|
|
| Method Summary | |
|---|---|
java.util.List<? extends 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 |
java.lang.String |
getNodeAttributes()
Returns the node attributes (besides href) |
java.lang.String |
getNodeClass()
Returns node CSS class |
boolean |
isCanHaveChildren()
Returns true if node can have children |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeNodeAdapter()
| Method Detail |
|---|
@NotNull public java.lang.String getName()
TreeNode
getName in interface TreeNodepublic java.lang.String getDetails()
TreeNode
getDetails in interface TreeNodepublic boolean isCanHaveChildren()
TreeNode
isCanHaveChildren in interface TreeNodepublic java.lang.String getLinkPath()
TreeNode
getLinkPath in interface TreeNodepublic java.util.List<? extends TreeNode> getChildren()
TreeNode
getChildren in interface TreeNodepublic java.lang.String getNodeClass()
TreeNode
getNodeClass in interface TreeNodepublic java.lang.String getNodeAttributes()
TreeNode
getNodeAttributes in interface TreeNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||