Uses of Interface
org.eclipse.birt.report.engine.api.script.IDataSetRow

Packages that use IDataSetRow
org.eclipse.birt.report.engine.api.script Commonly used interfaces for the BIRT scripting environment. 
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 IDataSetRow in org.eclipse.birt.report.engine.api.script
 

Subinterfaces of IDataSetRow in org.eclipse.birt.report.engine.api.script
 interface IUpdatableDataSetRow
          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 IDataSetRow
 void 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 IDataSetRow
 void IDataSetEventHandler.onFetch(IDataSetInstance dataSet, IDataSetRow row, IReportContext reportContext)
          Handle the onFetch event
 



Copyright © 2008 Actuate Corp. All rights reserved.