Uses of Interface
org.eclipse.birt.report.engine.api.script.instance.IGridInstance
-
Packages that use IGridInstance Package Description org.eclipse.birt.report.engine.api.script.eventadapter This package contains adapters for the event handler interfaces in org.eclipse.birt.report.engine.api.script.eventhandler.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 IGridInstance Modifier and Type Method Description void
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 IGridInstance Modifier and Type Method Description void
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
-