类 MenuItem
java.lang.Object
com.gdxsoft.easyweb.script.display.MenuItem
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getDTRow()getIcon()getKey()getText()boolean是否有子节点voidvoidvoidsetIconType(String iconType) voidsetIsHaveChildren(boolean _IsHaveChildren) voidsetJavascriptCmd(String javascriptCmd) voidvoidsetParentKey(String parentKey) void
-
构造器详细资料
-
MenuItem
public MenuItem()
-
-
方法详细资料
-
getText
- 返回:
- the _Text
-
setText
- 参数:
text- the _Text to set
-
getJavascriptCmd
- 返回:
- the _JavascritCmd
-
setJavascriptCmd
- 参数:
javascritCmd- the _JavascritCmd to set
-
getIcon
- 返回:
- the _Icon
-
setIcon
- 参数:
icon- the _Icon to set
-
getKey
- 返回:
- the _Key
-
setKey
- 参数:
key- the _Key to set
-
getParentKey
- 返回:
- the _ParentKey
-
setParentKey
- 参数:
parentKey- the _ParentKey to set
-
getIconType
- 返回:
- the _IconType
-
setIconType
- 参数:
iconType- the _IconType to set
-
getDTRow
- 返回:
- the _DTRow
-
setDTRow
- 参数:
row- the _DTRow to set
-
isHaveChildren
public boolean isHaveChildren()是否有子节点- 返回:
-
setIsHaveChildren
public void setIsHaveChildren(boolean _IsHaveChildren)
-