Uses of Interface
org.eclipse.birt.report.engine.api.script.IDataSetRow
Packages that use IDataSetRow
Package
Description
Commonly used interfaces for the BIRT scripting environment.
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 IDataSetRow in org.eclipse.birt.report.engine.api.script
Subinterfaces of IDataSetRow in org.eclipse.birt.report.engine.api.scriptModifier and TypeInterfaceDescriptioninterface
A Data Set Row which allows its column values to be updated. -
Uses of IDataSetRow in org.eclipse.birt.report.engine.api.script.eventadapter
Methods in org.eclipse.birt.report.engine.api.script.eventadapter with parameters of type IDataSetRowModifier and TypeMethodDescriptionvoid
DataSetEventAdapter.onFetch
(IDataSetInstance dataSet, IDataSetRow row, IReportContext reportContext) -
Uses of IDataSetRow in org.eclipse.birt.report.engine.api.script.eventhandler
Methods in org.eclipse.birt.report.engine.api.script.eventhandler with parameters of type IDataSetRowModifier and TypeMethodDescriptionvoid
IDataSetEventHandler.onFetch
(IDataSetInstance dataSet, IDataSetRow row, IReportContext reportContext) Handle the onFetch event