类 TreeViewNode
java.lang.Object
com.gdxsoft.easyweb.script.display.TreeViewNode
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getData()关联的数据getKey()getTitle()节点提示信息booleanvoidsetAddParas(ArrayList<String> addParas) void关联的数据voidsetDispVal(String dispVal) voidsetIconClose(String iconClose) voidsetIconOpen(String iconOpen) voidsetJavaScriptCmd(String javaScriptCmd) voidvoidsetMenuGroup(String menuGroup) voidsetMoreChild(boolean isMoreChild) voidsetNextNode(TreeViewNode nextNode) voidsetParentKey(String parentKey) voidsetParentNode(TreeViewNode parentNode) voidsetPrevNode(TreeViewNode prevNode) void节点提示信息toString()
-
字段详细资料
-
NODE_ROOT_KEY
-
-
构造器详细资料
-
TreeViewNode
public TreeViewNode()
-
-
方法详细资料
-
getData
关联的数据- 返回:
-
setData
关联的数据- 参数:
data- 关联的数据
-
getIconClose
- 返回:
- the _IconClose
-
setIconClose
- 参数:
iconClose- the _IconClose to set
-
getIconOpen
- 返回:
- the _IconOpen
-
setIconOpen
- 参数:
iconOpen- the _IconOpen to set
-
getDispVal
-
setDispVal
-
getJavaScriptCmd
-
setJavaScriptCmd
-
getKey
-
setKey
-
getParentKey
-
setParentKey
-
getParentNode
- 返回:
- the _ParentNode
-
setParentNode
- 参数:
parentNode- the _ParentNode to set
-
getChildNodes
- 返回:
- the _ChildNodes
-
getNextNode
- 返回:
- the _NextNode
-
setNextNode
- 参数:
nextNode- the _NextNode to set
-
getPrevNode
- 返回:
- the _PrevNode
-
setPrevNode
- 参数:
prevNode- the _PrevNode to set
-
isMoreChild
public boolean isMoreChild()- 返回:
- the _IsMoreChild
-
setMoreChild
public void setMoreChild(boolean isMoreChild) - 参数:
isMoreChild- the _IsMoreChild to set
-
getAddParas
- 返回:
- the _AddParas
-
setAddParas
- 参数:
addParas- the _AddParas to set
-
getMenuGroup
- 返回:
- the _strMenuGroup
-
setMenuGroup
- 参数:
menuGroup- the _strMenuGroup to set
-
getTitle
节点提示信息- 返回:
- the _strTitle
-
setTitle
节点提示信息- 参数:
title- the _strTitle to set
-
toString
-