Uses of Interface
org.eclipse.birt.report.engine.api.script.instance.IListInstance
Packages that use IListInstance
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 IListInstance in org.eclipse.birt.report.engine.api.script.eventadapter
Methods in org.eclipse.birt.report.engine.api.script.eventadapter with parameters of type IListInstanceModifier and TypeMethodDescriptionvoid
ListEventAdapter.onCreate
(IListInstance list, IReportContext reportContext) void
ListEventAdapter.onPageBreak
(IListInstance list, IReportContext reportContext) void
ListEventAdapter.onRender
(IListInstance list, IReportContext reportContext) -
Uses of IListInstance in org.eclipse.birt.report.engine.api.script.eventhandler
Methods in org.eclipse.birt.report.engine.api.script.eventhandler with parameters of type IListInstanceModifier and TypeMethodDescriptionvoid
IListEventHandler.onCreate
(IListInstance list, IReportContext reportContext) Handle the onCreate eventvoid
IListEventHandler.onPageBreak
(IListInstance list, IReportContext reportContext) Handle the onPageBreak eventvoid
IListEventHandler.onRender
(IListInstance list, IReportContext reportContext) Handle the onRender event