Uses of Interface
org.eclipse.birt.report.engine.api.script.instance.IRowInstance
-
Packages that use IRowInstance 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 IRowInstance in org.eclipse.birt.report.engine.api.script.eventadapter
Methods in org.eclipse.birt.report.engine.api.script.eventadapter with parameters of type IRowInstance Modifier and Type Method Description void
RowEventAdapter. onCreate(IRowInstance rowInstance, IReportContext reportContext)
void
RowEventAdapter. onPageBreak(IRowInstance rowInstance, IReportContext reportContext)
void
RowEventAdapter. onRender(IRowInstance rowInstance, IReportContext reportContext)
-
Uses of IRowInstance in org.eclipse.birt.report.engine.api.script.eventhandler
Methods in org.eclipse.birt.report.engine.api.script.eventhandler with parameters of type IRowInstance Modifier and Type Method Description void
IRowEventHandler. onCreate(IRowInstance rowInstance, IReportContext reportContext)
Handle the onCreate eventvoid
IRowEventHandler. onPageBreak(IRowInstance rowInstance, IReportContext reportContext)
Handle the onPageBreak eventvoid
IRowEventHandler. onRender(IRowInstance rowInstance, IReportContext reportContext)
Handle the onRender event
-