Interface ICellEventHandler
- All Known Implementing Classes:
CellEventAdapter
public interface ICellEventHandler
Script event handler interface for a cell
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCreate
(ICellInstance cellInstance, IReportContext reportContext) Handle the onCreate eventvoid
onPageBreak
(ICellInstance cellInstance, IReportContext reportContext) Handle the onPageBreak eventvoid
onPrepare
(ICell cell, IReportContext reportContext) Handle the onPrepare eventvoid
onRender
(ICellInstance cellInstance, 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
-