Interface IGridEventHandler
- All Known Implementing Classes:
GridEventAdapter
public interface IGridEventHandler
Script event handler interface for a grid
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCreate
(IGridInstance grid, IReportContext reportContext) Handle the onCreate eventvoid
onPageBreak
(IGridInstance grid, IReportContext reportContext) Handle the onPageBreak eventvoid
onPrepare
(IGrid grid, IReportContext reportContext) Handle the onPrepare eventvoid
onRender
(IGridInstance grid, 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
-