类 TreeViewNode

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

public class TreeViewNode extends Object
  • 字段详细资料

    • NODE_ROOT_KEY

      public static String NODE_ROOT_KEY
  • 构造器详细资料

    • TreeViewNode

      public TreeViewNode()
  • 方法详细资料

    • getData

      public Object getData()
      关联的数据
      返回:
    • setData

      public void setData(Object data)
      关联的数据
      参数:
      data - 关联的数据
    • getIconClose

      public String getIconClose()
      返回:
      the _IconClose
    • setIconClose

      public void setIconClose(String iconClose)
      参数:
      iconClose - the _IconClose to set
    • getIconOpen

      public String getIconOpen()
      返回:
      the _IconOpen
    • setIconOpen

      public void setIconOpen(String iconOpen)
      参数:
      iconOpen - the _IconOpen to set
    • getDispVal

      public String getDispVal()
    • setDispVal

      public void setDispVal(String dispVal)
    • getJavaScriptCmd

      public String getJavaScriptCmd()
    • setJavaScriptCmd

      public void setJavaScriptCmd(String javaScriptCmd)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getParentKey

      public String getParentKey()
    • setParentKey

      public void setParentKey(String parentKey)
    • getParentNode

      public TreeViewNode getParentNode()
      返回:
      the _ParentNode
    • setParentNode

      public void setParentNode(TreeViewNode parentNode)
      参数:
      parentNode - the _ParentNode to set
    • getChildNodes

      public ArrayList<TreeViewNode> getChildNodes()
      返回:
      the _ChildNodes
    • getNextNode

      public TreeViewNode getNextNode()
      返回:
      the _NextNode
    • setNextNode

      public void setNextNode(TreeViewNode nextNode)
      参数:
      nextNode - the _NextNode to set
    • getPrevNode

      public TreeViewNode getPrevNode()
      返回:
      the _PrevNode
    • setPrevNode

      public void setPrevNode(TreeViewNode prevNode)
      参数:
      prevNode - the _PrevNode to set
    • isMoreChild

      public boolean isMoreChild()
      返回:
      the _IsMoreChild
    • setMoreChild

      public void setMoreChild(boolean isMoreChild)
      参数:
      isMoreChild - the _IsMoreChild to set
    • getAddParas

      public ArrayList<String> getAddParas()
      返回:
      the _AddParas
    • setAddParas

      public void setAddParas(ArrayList<String> addParas)
      参数:
      addParas - the _AddParas to set
    • getMenuGroup

      public String getMenuGroup()
      返回:
      the _strMenuGroup
    • setMenuGroup

      public void setMenuGroup(String menuGroup)
      参数:
      menuGroup - the _strMenuGroup to set
    • getTitle

      public String getTitle()
      节点提示信息
      返回:
      the _strTitle
    • setTitle

      public void setTitle(String title)
      节点提示信息
      参数:
      title - the _strTitle to set
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object