public interface IRowEventHandler
Modifier and Type | Method and Description |
---|---|
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
ScriptException
void onCreate(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(IRowInstance rowInstance, IReportContext reportContext) throws ScriptException
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.