Class TreeNode

java.lang.Object
ch.tocco.nice2.netui.api.tree.TreeNode
Direct Known Subclasses:
EntityTreeNode, QualificationDetailTreeModel.QualificationTreeNode, QualificationTreeModel.QualificationTreeNode, QualificationUpdateTreeModel.QualificationUpdateTreeNode

public class TreeNode extends Object
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • isLeaf

      public boolean isLeaf()
    • setLeaf

      public void setLeaf(boolean leaf)
    • isExpanded

      public boolean isExpanded()
    • setExpanded

      public void setExpanded(boolean expanded)
    • isExpandable

      public boolean isExpandable()
    • setExpandable

      public void setExpandable(boolean expandable)
    • isDraggable

      public boolean isDraggable()
    • setDraggable

      public void setDraggable(boolean draggable)
    • getAllowDrop

      public boolean getAllowDrop()
    • setAllowDrop

      public void setAllowDrop(boolean allowDrop)
    • addAttribute

      public void addAttribute(String key, @Nullable @Nullable Object value)
    • getAttributes

      public HashMap<String,Object> getAttributes()
    • getChildren

      public List<TreeNode> getChildren()
    • setChildren

      public void setChildren(List<TreeNode> children)
    • addChild

      public void addChild(TreeNode treeNode)
    • getCls

      public String getCls()
    • setCls

      public void setCls(String cls)