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