类 ButtonSystemLogicCol
java.lang.Object
com.sh.wf.module.component.page.common.ButtonSystemLogicCol
- 所有已实现的接口:
Serializable,Cloneable
Description: 列
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年3月24日
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidparserNode(ButtonSystemLogic logic, org.jdom2.Element nodeEl, List<ButtonSystemLogicCol> updateColList, List<ButtonSystemLogicCol> conditionColList) process(ModuleContext context, int type, List<String> colsTypeList, List<Object> objList, String btype, String indexStr, int cycleIndex) 处理逻辑值voidtoHtml(ModuleContext context, StringBuilder html, String btype, String indexStr)
-
字段详细资料
-
KEY_CYCLE_COMPONENT_INDEX
- 另请参阅:
-
-
构造器详细资料
-
ButtonSystemLogicCol
public ButtonSystemLogicCol()
-
-
方法详细资料
-
parserNode
public void parserNode(ButtonSystemLogic logic, org.jdom2.Element nodeEl, List<ButtonSystemLogicCol> updateColList, List<ButtonSystemLogicCol> conditionColList) -
toHtml
-
process
public String process(ModuleContext context, int type, List<String> colsTypeList, List<Object> objList, String btype, String indexStr, int cycleIndex) 处理逻辑值- 参数:
context- ModuleContexttype- 0 新增 1 修改 2 删除colsTypeList- 列objList- 值btype- 类型indexStr- 逻辑顺序号,唯一标识cycleIndex- 循环索引- 返回:
- 结果
-
getTableCol
-