类 MultiSaveAttr
java.lang.Object
com.sh.wf.module.component.page.common.MultiSaveAttr
- 所有已实现的接口:
Serializable,Cloneable
Description: 多选保存属性
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年4月6日
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected booleanprotected List<MultiSaveInfo>protected MultiSaveInfobooleanprotected Stringprotected String -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明String[]formSave(ModuleContext context, int processFlag, boolean isArray) 独立保存设置getDefaultValue(ModuleContext context) 默认值getValueDesc(ModuleContext context, String value) 获取单选、多选的描述值booleanisSaveValueDesc(ModuleContext context) 判断是否保存值跟描述的对应关系voidparserNode(org.jdom2.Element nodeEl, Component component) voidstoreValueDesc(ModuleContext context, String value, String desc) voidtoHtml(ModuleContext context, StringBuilder html, String uniqueName) 事件代码
-
字段详细资料
-
enable
public boolean enable -
tableName
-
clearData
protected boolean clearData -
ncValue
-
colList
-
currentCol
-
-
构造器详细资料
-
MultiSaveAttr
public MultiSaveAttr()
-
-
方法详细资料
-
parserNode
-
toHtml
事件代码- 参数:
context- ModuleContexthtml- htmluniqueName- 唯一编号
-
isSaveValueDesc
判断是否保存值跟描述的对应关系- 参数:
context- ModuleContext- 返回:
- 结果
-
storeValueDesc
-
getValueDesc
获取单选、多选的描述值- 参数:
context- ModuleContextvalue- 值- 返回:
- 描述
-
formSave
独立保存设置- 参数:
context- 上下文processFlag- 标志isArray- 是否数组,如果不是数组,则表示使用英文逗号分隔- 返回:
- 结果
-
getDefaultValue
默认值- 参数:
context- ModuleContext- 返回:
- 默认值
-