类 TreeData

java.lang.Object
com.sh.wf.module.component.page.common.TreeData
所有已实现的接口:
Serializable, Cloneable

public class TreeData extends Object implements Cloneable, Serializable

Description: 树结点数据

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年3月4日
另请参阅:
  • 字段详细资料

    • KEY_QUERY_LOAD_EXPAND_ALL

      public static String KEY_QUERY_LOAD_EXPAND_ALL
    • tree

      public Tree tree
    • rootValue

      public String rootValue
    • codeId

      public String codeId
    • codeDesc

      public String codeDesc
    • codeDescStyle

      public String codeDescStyle
    • pcodeId

      public String pcodeId
    • childNumCol

      public String childNumCol
    • iconCol

      public String iconCol
    • iconCol2

      public String iconCol2
    • otherCol

      public String[] otherCol
    • sqlText

      public String sqlText
    • cacheEnable

      public boolean cacheEnable
    • isOpenAll

      public boolean isOpenAll
    • chkStyle

      public String chkStyle
    • showArea

      public String showArea
    • treeDataShowArea

      public TreeDataSelfShowArea treeDataShowArea
    • setting

      public ZTSetting setting
    • dict

      public TreeDataDict dict
    • systemEvent

      public TreeSystemEventData systemEvent
    • treeDataIcon

      public TreeDataIcon treeDataIcon
  • 构造器详细资料

    • TreeData

      public TreeData(Tree tree)
  • 方法详细资料

    • parser

      public void parser(org.jdom2.Element nodeEl)
      解析数据
      参数:
      nodeEl - Element
    • setCheckShowArea

      public void setCheckShowArea(ModuleContext context, ZTreeNode treeNode, Datastore ds, int index)
      设置checkbox显示区域
      参数:
      context - ModuleContext
      treeNode - ZTreeNode
      ds - Datastore
      index - 序号
    • toHtml

      public void toHtml(ModuleContext context, String defaultValue, StringBuilder html, String treeId)
    • toReloadTreeHtml

      public void toReloadTreeHtml(ModuleContext context, String defaultValue, String treeId, StringBuilder html)
    • toLoadHtml

      public void toLoadHtml(ModuleContext context, String defaultValue, StringBuilder html)
      加载结点数据
      参数:
      context - ModuleContext
      defaultValue - 默认值
      html - html
    • callExFunc

      public String callExFunc(ModuleContext context)
      扩展执行方法
      参数:
      context - ModuleContext
      返回:
      结果
    • getDefaultValue

      public String getDefaultValue(ModuleContext context, String defaultValue)
      获取默认值
      参数:
      context - ModuleContext
      defaultValue - 默认值
      返回:
    • getDefaultValueDesc

      public String getDefaultValueDesc(ModuleContext context, String defaultValue)
      获取默认显示值
      参数:
      context - ModuleContext
      defaultValue - 默认值
      返回:
      显示值
    • getDcType

      public String getDcType()