Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
org.eclipse.birt.report.model.api.extension |
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
|
Modifier and Type | Method and Description |
---|---|
IReportItem |
ExtendedItemHandle.getReportItem()
Returns the interface
IReportItem for extension. |
Modifier and Type | Class and Description |
---|---|
class |
ReportItem
Extension adapter class for the IReportItem.
|
Modifier and Type | Method and Description |
---|---|
IReportItem |
ReportItem.copy() |
IReportItem |
IReportItem.copy()
Creates deep copy of the IReportItem and return the new element.
|
abstract IReportItem |
ReportItemFactory.newReportItem(DesignElementHandle extendedItemHandle) |
IReportItem |
IReportItemFactory.newReportItem(DesignElementHandle extendedItemHandle)
Creates a new instance of the extended element given a handle to the BIRT
report element that represents the extended element.
|
Copyright © 2008 Actuate Corp. All rights reserved.