类 TreeNode
java.lang.Object
com.sh.javax.util.TreeNode
Description: 树结点
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Sep 4, 2012
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCls()getId()getText()booleanbooleanbooleanisLeaf()voidvoidsetDraggable(boolean draggable) voidsetEditable(boolean editable) voidvoidsetLeaf(boolean leaf) voidvoid
-
字段详细资料
-
构造器详细资料
-
TreeNode
public TreeNode()
-
-
方法详细资料
-
setNodeAsLeaf
public void setNodeAsLeaf() -
getText
-
setText
-
getId
-
setId
-
getCls
-
setCls
-
isDraggable
public boolean isDraggable() -
setDraggable
public void setDraggable(boolean draggable) -
isEditable
public boolean isEditable() -
setEditable
public void setEditable(boolean editable) -
isLeaf
public boolean isLeaf() -
setLeaf
public void setLeaf(boolean leaf)
-