Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IUpdatableDataSetRow
A Data Set Row which allows its column values to be updated.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSetEventAdapter.onFetch(IDataSetInstance dataSet,
IDataSetRow row,
IReportContext reportContext) |
Modifier and Type | Method and Description |
---|---|
void |
IDataSetEventHandler.onFetch(IDataSetInstance dataSet,
IDataSetRow row,
IReportContext reportContext)
Handle the onFetch event
|
Copyright © 2008 Actuate Corp. All rights reserved.