Class StiTreeNode

java.lang.Object
com.stimulsoft.report.viewer.visual.StiTreeNode

public class StiTreeNode extends Object
Sti tree node Copyright Stimulsoft
  • Constructor Details

  • Method Details

    • getPath

      public String getPath()
      Returns:
      path
    • getItems

      public List<StiTreeNode> getItems()
      List of all nodes
      Returns:
      ListStiTreeNode
    • addNode

      public void addNode(StiTreeNode value)
      Add node
      Parameters:
      value - StiTreeNode
    • removeNode

      public void removeNode(StiTreeNode value)
      Remove node
      Parameters:
      value - StiTreeNode
    • getBookmark

      public StiBookmark getBookmark()
      Returns:
      the bookmark
    • setBookmark

      public void setBookmark(StiBookmark bookmark)
      Parameters:
      bookmark - the bookmark to set
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getParent

      public StiTreeNode getParent()
      Returns:
      the parent
    • setParent

      public void setParent(StiTreeNode parent)
      Parameters:
      parent - the parent to set
    • getChildren

      public List<StiTreeNode> getChildren()
      Returns:
      the children
    • setChildren

      public void setChildren(List<StiTreeNode> children)
      Parameters:
      children - the children to set