类 MenuItem

java.lang.Object
com.gdxsoft.easyweb.script.display.MenuItem

public class MenuItem extends Object
  • 构造器详细资料

    • MenuItem

      public MenuItem()
  • 方法详细资料

    • getText

      public String getText()
      返回:
      the _Text
    • setText

      public void setText(String text)
      参数:
      text - the _Text to set
    • getJavascriptCmd

      public String getJavascriptCmd()
      返回:
      the _JavascritCmd
    • setJavascriptCmd

      public void setJavascriptCmd(String javascriptCmd)
      参数:
      javascritCmd - the _JavascritCmd to set
    • getIcon

      public String getIcon()
      返回:
      the _Icon
    • setIcon

      public void setIcon(String icon)
      参数:
      icon - the _Icon to set
    • getKey

      public String getKey()
      返回:
      the _Key
    • setKey

      public void setKey(String key)
      参数:
      key - the _Key to set
    • getParentKey

      public String getParentKey()
      返回:
      the _ParentKey
    • setParentKey

      public void setParentKey(String parentKey)
      参数:
      parentKey - the _ParentKey to set
    • getIconType

      public String getIconType()
      返回:
      the _IconType
    • setIconType

      public void setIconType(String iconType)
      参数:
      iconType - the _IconType to set
    • getDTRow

      public DTRow getDTRow()
      返回:
      the _DTRow
    • setDTRow

      public void setDTRow(DTRow row)
      参数:
      row - the _DTRow to set
    • isHaveChildren

      public boolean isHaveChildren()
      是否有子节点
      返回:
    • setIsHaveChildren

      public void setIsHaveChildren(boolean _IsHaveChildren)