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.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 | Class and Description |
---|---|
class |
AutoTextHandle
Represents a autotext report item.
|
class |
DataItemHandle
Represents a data item element.
|
class |
ExtendedItemHandle
Represents an extended element.
|
class |
FreeFormHandle
Represents a free-form element.
|
class |
GridHandle
Represents a grid item in the design.
|
class |
ImageHandle
Represents an image report item.
|
class |
LabelHandle
Represents a label report item.
|
class |
LineHandle
Represents the line item.
|
class |
ListHandle
Represents a list report item.
|
class |
ListingHandle
Represents slots and common properties in the two list-oriented elements:
table and list.
|
class |
MultiLineDataHandle
Deprecated.
|
class |
RectangleHandle
Represents a rectangle element.
|
class |
TableHandle
Represents a table element.
|
class |
TextDataHandle
Represents a multi-line data item element.
|
class |
TextItemHandle
Represents a text data item.
|
Modifier and Type | Method and Description |
---|---|
ReportItemHandle |
ReportItemHandleImpl.getDataBindingReference()
Returns the report item of which data binding are referred by.
|
protected ReportItemHandle |
TableRowBandAdapter.getElementHandle() |
protected ReportItemHandle |
TableColumnBandAdapter.getElementHandle() |
protected abstract ReportItemHandle |
RowBandAdapter.getElementHandle()
Returns the element where the copy/paste operation occurs.
|
protected ReportItemHandle |
GridRowBandAdapter.getElementHandle() |
protected ReportItemHandle |
GridColumnBandAdapter.getElementHandle() |
ReportItemHandle |
ReportItemHandleImpl.getViewHost()
Gets the host element of this view.
|
Modifier and Type | Method and Description |
---|---|
void |
FreeFormHandle.bringForward(ReportItemHandle content)
Increases the z-index of the given element by 1.
|
void |
FreeFormHandle.bringToFront(ReportItemHandle content)
Increases the z-index of the given element so that the element will have
the maximal z-index value.
|
void |
FreeFormHandle.sendBackward(ReportItemHandle content)
Reduces the z-index of the given element that resides in the freeform.
|
void |
FreeFormHandle.sendToBack(ReportItemHandle content)
Reduces the z-index of the given element so that the element will have
the minimal z-index value.
|
void |
ReportItemHandleImpl.setDataBindingReference(ReportItemHandle item)
Sets the report item of which data binding are referred by.
|
void |
TemplateReportItemHandle.transformToReportItem(ReportItemHandle reportItemHandle)
Transforms the current template report item to the given real report
item.
|
Modifier and Type | Method and Description |
---|---|
IAction |
SimpleElementFactory.createAction(ActionHandle action,
ReportItemHandle handle) |
Modifier and Type | Method and Description |
---|---|
IAction |
ISimpleElementFactory.createAction(ActionHandle action,
ReportItemHandle handle)
Creates the action structure.
|
Modifier and Type | Method and Description |
---|---|
static ComputedColumnHandle |
ColumnBindingUtil.addColumnBinding(ReportItemHandle handle,
ComputedColumn column)
Binds a column to the given element.
|
Copyright © 2008 Actuate Corp. All rights reserved.