Interface IRowEventHandler
- All Known Implementing Classes:
RowEventAdapter
public interface IRowEventHandler
Script event handler interface for a detail row
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCreate
(IRowInstance rowInstance, IReportContext reportContext) Handle the onCreate eventvoid
onPageBreak
(IRowInstance rowInstance, IReportContext reportContext) Handle the onPageBreak eventvoid
onPrepare
(IRow rowHandle, IReportContext reportContext) Handle the onPrepare eventvoid
onRender
(IRowInstance rowInstance, IReportContext reportContext) Handle the onRender event
-
Method Details
-
onPrepare
Handle the onPrepare event- Throws:
ScriptException
-
onCreate
Handle the onCreate event- Throws:
ScriptException
-
onRender
Handle the onRender event- Throws:
ScriptException
-
onPageBreak
Handle the onPageBreak event- Throws:
ScriptException
-