Uses of Interface
org.eclipse.birt.report.engine.api.script.instance.IGridInstance
Packages that use IGridInstance
Package
Description
This package contains adapters for the event handler interfaces in
org.eclipse.birt.report.engine.api.script.eventhandler.
This package contains event handler interfaces for the BIRT scripting environment.
-
Uses of IGridInstance in org.eclipse.birt.report.engine.api.script.eventadapter
Methods in org.eclipse.birt.report.engine.api.script.eventadapter with parameters of type IGridInstanceModifier and TypeMethodDescriptionvoid
GridEventAdapter.onCreate
(IGridInstance grid, IReportContext reportContext) void
GridEventAdapter.onPageBreak
(IGridInstance grid, IReportContext reportContext) void
GridEventAdapter.onRender
(IGridInstance grid, IReportContext reportContext) -
Uses of IGridInstance in org.eclipse.birt.report.engine.api.script.eventhandler
Methods in org.eclipse.birt.report.engine.api.script.eventhandler with parameters of type IGridInstanceModifier and TypeMethodDescriptionvoid
IGridEventHandler.onCreate
(IGridInstance grid, IReportContext reportContext) Handle the onCreate eventvoid
IGridEventHandler.onPageBreak
(IGridInstance grid, IReportContext reportContext) Handle the onPageBreak eventvoid
IGridEventHandler.onRender
(IGridInstance grid, IReportContext reportContext) Handle the onRender event