public interface IRowEventHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onCreate(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onCreate event
|
void |
onPageBreak(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
onPrepare(IRow rowHandle,
IReportContext reportContext)
Handle the onPrepare event
|
void |
onRender(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onRender event
|
void onPrepare(IRow rowHandle, IReportContext reportContext) throws ScriptException
ScriptExceptionvoid onCreate(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
ScriptExceptionvoid onRender(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
ScriptExceptionvoid onPageBreak(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
ScriptExceptionCopyright © 2008 Actuate Corp. All rights reserved.