public class CellEventAdapter extends java.lang.Object implements ICellEventHandler
| 构造器和说明 |
|---|
CellEventAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onCreate(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onCreate event
|
void |
onPageBreak(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
onPrepare(ICell cell,
IReportContext reportContext)
Handle the onPrepare event
|
void |
onRender(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onRender event
|
public void onPrepare(ICell cell, IReportContext reportContext) throws ScriptException
ICellEventHandleronPrepare 在接口中 ICellEventHandlerScriptExceptionpublic void onCreate(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ICellEventHandleronCreate 在接口中 ICellEventHandlerScriptExceptionpublic void onRender(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ICellEventHandleronRender 在接口中 ICellEventHandlerScriptExceptionpublic void onPageBreak(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ICellEventHandleronPageBreak 在接口中 ICellEventHandlerScriptExceptionCopyright © 2008 Actuate Corp. All rights reserved.