public class JSONWriteOutlet extends AbstractOutlet<JSONObject>
| 构造器和说明 |
|---|
JSONWriteOutlet(WebReportCase reportCase,
Repository repository,
ColumnRow frozenColumnRow,
ReportSettingsProvider reportSettings) |
| 限定符和类型 | 方法和说明 |
|---|---|
JSONObject |
detail(WebReportCase reportCase,
NodeVisitor toFindCharts)
单元格详细属性
|
JSONObject |
out()
属性输出
|
chartOutput, clippedPageOutput, footerOutput, headerOutput, out, pageContentOutputpublic JSONWriteOutlet(WebReportCase reportCase, Repository repository, ColumnRow frozenColumnRow, ReportSettingsProvider reportSettings)
public JSONObject out() throws java.lang.Exception
java.lang.Exception - 抛出异常public JSONObject detail(WebReportCase reportCase, NodeVisitor toFindCharts) throws OutputException, JSONException
reportCase - 报表策略toFindCharts - 图表查找OutputException - 抛出异常JSONException - 抛出异常