类 CascaderData

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

public class CascaderData extends Object implements Cloneable, Serializable

Description: 树结点数据

Title:首亨软件 - TSS/CRM等

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

    • cascader

      public Cascader cascader
    • rootValue

      public String rootValue
    • codeId

      public String codeId
    • codeDesc

      public String codeDesc
    • pcodeId

      public String pcodeId
    • childNumCol

      public String childNumCol
    • otherCol

      public String[] otherCol
    • sqlText

      public String sqlText
    • cacheEnable

      public boolean cacheEnable
    • clearable

      public boolean clearable
    • showAllLevels

      public boolean showAllLevels
    • filterable

      public boolean filterable
    • multiple

      public boolean multiple
    • expandTrigger

      public String expandTrigger
    • checkStrictly

      public boolean checkStrictly
    • DV_ALL_LEVEL_VALUE

      public String DV_ALL_LEVEL_VALUE
  • 构造器详细资料

    • CascaderData

      public CascaderData(Cascader cascader)
  • 方法详细资料

    • parser

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

      public void toHtml(ModuleContext context, StringBuilder html, StringBuilder scriptBuffer, String defaultValue)
    • toLoadHtml

      public void toLoadHtml(ModuleContext context, String pvalue, StringBuilder html)
      加载结点数据
      参数:
      context - ModuleContext
      pvalue - 上级菜单
      html - html
    • toFilterHtml

      public void toFilterHtml(ModuleContext context, String keyword, StringBuilder html)
      目前过滤数据查询,先把查询出的默认值层级给查询出来,然后再前端过滤
      参数:
      context -
      keyword -
      html -
    • isDynaLoad

      public boolean isDynaLoad()
    • toSetLazyLoad

      public void toSetLazyLoad(ModuleContext context, StringBuilder html, StringBuilder scriptBuffer, String defaultValue)
      按结点加载数据
      参数:
      context -
      html -
      scriptBuffer -
      defaultValue -
    • getDefaultValue

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

      public boolean need2LoadNextLevel(ModuleContext context, String codeId)
      检查动态加载时是否进行当前结点加载,因为发如果包含默认结点的层级,则必须加载
      参数:
      context -
      codeId -
      返回:
    • queryQllLevelDefaultValue

      public void queryQllLevelDefaultValue(ModuleContext context, String defaultValue)
      查询默认的所有层级
      参数:
      context -
      defaultValue -
    • getDefaultValueDesc

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

      public String getDcType()