Class GridEventAdapter
java.lang.Object
org.eclipse.birt.report.engine.api.script.eventadapter.GridEventAdapter
- All Implemented Interfaces:
IGridEventHandler
Default (empty) implementation of the IGridEventHandler interface
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
GridEventAdapter
public GridEventAdapter()
-
-
Method Details
-
onPrepare
Description copied from interface:IGridEventHandler
Handle the onPrepare event- Specified by:
onPrepare
in interfaceIGridEventHandler
- Throws:
ScriptException
-
onCreate
Description copied from interface:IGridEventHandler
Handle the onCreate event- Specified by:
onCreate
in interfaceIGridEventHandler
- Throws:
ScriptException
-
onRender
Description copied from interface:IGridEventHandler
Handle the onRender event- Specified by:
onRender
in interfaceIGridEventHandler
- Throws:
ScriptException
-
onPageBreak
Description copied from interface:IGridEventHandler
Handle the onPageBreak event- Specified by:
onPageBreak
in interfaceIGridEventHandler
- Throws:
ScriptException
-