Class TreeNode

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

@Deprecated public class TreeNode extends Object
Deprecated.
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Deprecated.
    • setId

      public void setId(String id)
      Deprecated.
    • getText

      public String getText()
      Deprecated.
    • setText

      public void setText(String text)
      Deprecated.
    • getType

      public String getType()
      Deprecated.
    • setType

      public void setType(String type)
      Deprecated.
    • getPath

      public String getPath()
      Deprecated.
    • setPath

      public void setPath(String path)
      Deprecated.
    • isLeaf

      public boolean isLeaf()
      Deprecated.
    • setLeaf

      public void setLeaf(boolean leaf)
      Deprecated.
    • isExpanded

      public boolean isExpanded()
      Deprecated.
    • setExpanded

      public void setExpanded(boolean expanded)
      Deprecated.
    • isExpandable

      public boolean isExpandable()
      Deprecated.
    • setExpandable

      public void setExpandable(boolean expandable)
      Deprecated.
    • isDraggable

      public boolean isDraggable()
      Deprecated.
    • setDraggable

      public void setDraggable(boolean draggable)
      Deprecated.
    • getAllowDrop

      public boolean getAllowDrop()
      Deprecated.
    • setAllowDrop

      public void setAllowDrop(boolean allowDrop)
      Deprecated.
    • addAttribute

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

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

      public List<TreeNode> getChildren()
      Deprecated.
    • setChildren

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

      public void addChild(TreeNode treeNode)
      Deprecated.
    • getCls

      public String getCls()
      Deprecated.
    • setCls

      public void setCls(String cls)
      Deprecated.