public interface ICellEventHandler
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
void onPrepare(ICell cell, IReportContext reportContext) throws ScriptException
ScriptExceptionvoid onCreate(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ScriptExceptionvoid onRender(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ScriptExceptionvoid onPageBreak(ICellInstance cellInstance, IReportContext reportContext) throws ScriptException
ScriptExceptionCopyright © 2008 Actuate Corp. All rights reserved.