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.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicTextEventAdapter.onCreate(IDynamicTextInstance text,
IReportContext reportContext) |
void |
DynamicTextEventAdapter.onPageBreak(IDynamicTextInstance text,
IReportContext reportContext) |
void |
DynamicTextEventAdapter.onRender(IDynamicTextInstance text,
IReportContext reportContext) |
Modifier and Type | Method and Description |
---|---|
void |
IDynamicTextEventHandler.onCreate(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onCreate event
|
void |
IDynamicTextEventHandler.onPageBreak(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
IDynamicTextEventHandler.onRender(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onRender event
|
Copyright © 2008 Actuate Corp. All rights reserved.