类 ParserCellExp
java.lang.Object
com.sh.wf.module.parser.ParserCellExp
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年3月31日
-
嵌套类概要
嵌套类 -
构造器概要
构造器构造器说明ParserCellExp(ModuleContext context, ParserRuntimeContext prc, String express, List<String> expList) -
方法概要
修饰符和类型方法说明static StringafterRenderTableCommonHtml(ModuleContext context, Table table, String html) 表格生成完后,通用计算替换中间变量的htmlgetValue()voidsetExportCellValue(Table table) 设置导出情况static voidtoCellExpExport(ModuleContext context, Table table) static StringtoCellExpHtml(ModuleContext context, String html, Table table) 表格渲染完成后调用
-
构造器详细资料
-
ParserCellExp
public ParserCellExp(ModuleContext context, ParserRuntimeContext prc, String express, List<String> expList)
-
-
方法详细资料
-
getValue
-
setExportCellValue
设置导出情况- 参数:
table- Table
-
toCellExpHtml
表格渲染完成后调用- 参数:
context- ModuleContexthtml- Stringtable- Table- 返回:
- String
-
toCellExpExport
-
afterRenderTableCommonHtml
表格生成完后,通用计算替换中间变量的html- 参数:
context-table-html-- 返回:
-