Class TreeGraphNode<RECORD>

java.lang.Object
org.teamapps.ux.component.charting.tree.BaseTreeGraphNode<RECORD>
org.teamapps.ux.component.charting.tree.TreeGraphNode<RECORD>

public class TreeGraphNode<RECORD> extends BaseTreeGraphNode<RECORD>
  • Constructor Details

    • TreeGraphNode

      public TreeGraphNode()
  • Method Details

    • getParent

      public TreeGraphNode<RECORD> getParent()
    • setParent

      public TreeGraphNode<RECORD> setParent(TreeGraphNode<RECORD> parent)
    • isExpanded

      public boolean isExpanded()
    • setExpanded

      public TreeGraphNode<RECORD> setExpanded(boolean expanded)
    • isHasLazyChildren

      public boolean isHasLazyChildren()
    • setHasLazyChildren

      public TreeGraphNode<RECORD> setHasLazyChildren(boolean hasLazyChildren)
    • getSideListNodes

      public List<BaseTreeGraphNode<RECORD>> getSideListNodes()
    • setSideListNodes

      public TreeGraphNode<RECORD> setSideListNodes(List<BaseTreeGraphNode<RECORD>> sideListNodes)
    • isSideListExpanded

      public boolean isSideListExpanded()
    • setSideListExpanded

      public TreeGraphNode<RECORD> setSideListExpanded(boolean sideListExpanded)
    • isParentExpandable

      public boolean isParentExpandable()
    • setParentExpandable

      public void setParentExpandable(boolean parentExpandable)
    • isParentExpanded

      public boolean isParentExpanded()
    • setParentExpanded

      public void setParentExpanded(boolean parentExpanded)