Package | Description |
---|---|
org.eclipse.birt.report.model.api.extension |
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
|
org.eclipse.birt.report.model.api.impl | |
org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
org.eclipse.birt.report.model.api.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportItem.setHandle(ExtendedItemHandle handle) |
void |
IReportItem.setHandle(ExtendedItemHandle handle)
Sets the handle of this report item.
|
Constructor and Description |
---|
MultiRowItem(ExtendedItemHandle item)
Constructors.
|
SimpleRowItem(ExtendedItemHandle item)
Constructors.
|
Modifier and Type | Method and Description |
---|---|
IReportItem |
SimpleElementFactory.wrapExtensionElement(ExtendedItemHandle handle,
int type) |
Modifier and Type | Method and Description |
---|---|
IReportItem |
ISimpleElementFactory.wrapExtensionElement(ExtendedItemHandle handle,
int type)
Creates the scriptable object for the corresponding element handles.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
ElementExportUtilImpl.checkExportedExtendedItem(ExtendedItemHandle elementToExport)
Checks extended item can be exported or not.
|
Copyright © 2008 Actuate Corp. All rights reserved.