Class StiTreeNode
java.lang.Object
com.stimulsoft.report.viewer.visual.StiTreeNode
Sti tree node
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNode(StiTreeNode value) Add nodegetItems()List of all nodesgetPath()voidremoveNode(StiTreeNode value) Remove nodevoidsetBookmark(StiBookmark bookmark) voidsetChildren(List<StiTreeNode> children) voidsetParent(StiTreeNode parent) toString()
-
Constructor Details
-
StiTreeNode
Constructor- Parameters:
bookmark-StiBookmark
-
-
Method Details
-
getPath
- Returns:
- path
-
getItems
List of all nodes- Returns:
ListStiTreeNode
-
addNode
Add node- Parameters:
value-StiTreeNode
-
removeNode
Remove node- Parameters:
value-StiTreeNode
-
getBookmark
- Returns:
- the bookmark
-
setBookmark
- Parameters:
bookmark- the bookmark to set
-
toString
-
getParent
- Returns:
- the parent
-
setParent
- Parameters:
parent- the parent to set
-
getChildren
- Returns:
- the children
-
setChildren
- Parameters:
children- the children to set
-