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.
|
org.eclipse.birt.report.engine.api.script.instance |
Report element representations in the BIRT scripting environment.
|
Modifier and Type | Method and Description |
---|---|
void |
ListGroupEventAdapter.onCreate(IReportElementInstance listGroup,
IReportContext context) |
void |
TableGroupEventAdapter.onCreate(IReportElementInstance tableGroup,
IReportContext context) |
void |
ListGroupEventAdapter.onPageBreak(IReportElementInstance listGroup,
IReportContext context) |
void |
TableGroupEventAdapter.onPageBreak(IReportElementInstance tableGroup,
IReportContext context) |
void |
ListGroupEventAdapter.onRender(IReportElementInstance listGroup,
IReportContext context) |
void |
TableGroupEventAdapter.onRender(IReportElementInstance tableGroup,
IReportContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IListGroupEventHandler.onCreate(IReportElementInstance listGroup,
IReportContext context) |
void |
ITableGroupEventHandler.onCreate(IReportElementInstance tableGroup,
IReportContext context) |
void |
IListGroupEventHandler.onPageBreak(IReportElementInstance listGroup,
IReportContext context) |
void |
ITableGroupEventHandler.onPageBreak(IReportElementInstance tableGroup,
IReportContext context) |
void |
IListGroupEventHandler.onRender(IReportElementInstance listGroup,
IReportContext context) |
void |
ITableGroupEventHandler.onRender(IReportElementInstance tableGroup,
IReportContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
IAbstractTextInstance |
interface |
IAutoTextInstance |
interface |
ICellInstance |
interface |
IDataItemInstance |
interface |
IDynamicTextInstance |
interface |
IGridInstance |
interface |
IImageInstance |
interface |
ILabelInstance |
interface |
IListInstance |
interface |
IReportItemInstance |
interface |
IRowInstance |
interface |
ITableInstance |
interface |
ITextItemInstance |
Modifier and Type | Method and Description |
---|---|
IReportElementInstance |
IReportElementInstance.getParent()
Get the parent (container) of this element
|
Copyright © 2008 Actuate Corp. All rights reserved.