类 CascaderData
java.lang.Object
com.sh.wf.module.component.page.common.CascaderData
- 所有已实现的接口:
Serializable,Cloneable
Description: 树结点数据
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年3月4日
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getDefaultValue(ModuleContext context, String defaultValue) 获取默认值getDefaultValueDesc(ModuleContext context, String defaultValue) 获取默认显示值booleanbooleanneed2LoadNextLevel(ModuleContext context, String codeId) 检查动态加载时是否进行当前结点加载,因为发如果包含默认结点的层级,则必须加载voidparser(org.jdom2.Element nodeEl) 解析数据voidqueryQllLevelDefaultValue(ModuleContext context, String defaultValue) 查询默认的所有层级voidtoFilterHtml(ModuleContext context, String keyword, StringBuilder html) 目前过滤数据查询,先把查询出的默认值层级给查询出来,然后再前端过滤voidtoHtml(ModuleContext context, StringBuilder html, StringBuilder scriptBuffer, String defaultValue) voidtoLoadHtml(ModuleContext context, String pvalue, StringBuilder html) 加载结点数据voidtoSetLazyLoad(ModuleContext context, StringBuilder html, StringBuilder scriptBuffer, String defaultValue) 按结点加载数据
-
字段详细资料
-
cascader
-
rootValue
-
codeId
-
codeDesc
-
pcodeId
-
childNumCol
-
otherCol
-
sqlText
-
cacheEnable
public boolean cacheEnable -
clearable
public boolean clearable -
showAllLevels
public boolean showAllLevels -
filterable
public boolean filterable -
multiple
public boolean multiple -
expandTrigger
-
checkStrictly
public boolean checkStrictly -
DV_ALL_LEVEL_VALUE
-
-
构造器详细资料
-
CascaderData
-
-
方法详细资料
-
parser
public void parser(org.jdom2.Element nodeEl) 解析数据- 参数:
nodeEl- Element
-
toHtml
public void toHtml(ModuleContext context, StringBuilder html, StringBuilder scriptBuffer, String defaultValue) -
toLoadHtml
加载结点数据- 参数:
context- ModuleContextpvalue- 上级菜单html- html
-
toFilterHtml
目前过滤数据查询,先把查询出的默认值层级给查询出来,然后再前端过滤- 参数:
context-keyword-html-
-
isDynaLoad
public boolean isDynaLoad() -
toSetLazyLoad
public void toSetLazyLoad(ModuleContext context, StringBuilder html, StringBuilder scriptBuffer, String defaultValue) 按结点加载数据- 参数:
context-html-scriptBuffer-defaultValue-
-
getDefaultValue
获取默认值- 参数:
context- ModuleContextdefaultValue- 默认值- 返回:
- 值
-
need2LoadNextLevel
检查动态加载时是否进行当前结点加载,因为发如果包含默认结点的层级,则必须加载- 参数:
context-codeId-- 返回:
-
queryQllLevelDefaultValue
查询默认的所有层级- 参数:
context-defaultValue-
-
getDefaultValueDesc
获取默认显示值- 参数:
context- ModuleContextdefaultValue- 默认值- 返回:
- 显示值
-
getDcType
-