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.command |
Provides events when some command operations modify the state of the
Design Engine.
|
org.eclipse.birt.report.model.api.elements.table |
Modifier and Type | Method and Description |
---|---|
IDesignElement |
ModuleHandleImpl.copy() |
IDesignElement |
DesignElementHandle.copy()
Deeply clones the current design element which is wrapped by the handle.
|
IDesignElement |
TemplateElementHandle.copyDefaultElement()
Returns a copy for the default element in the template element.
|
IDesignElement |
TableHandle.copyRow(RowOperationParameters parameters)
Copies table row with the given parameters.
|
IDesignElement |
GridHandle.copyRow(RowOperationParameters parameters)
Copies table row with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TableHandle.canInsertAndPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Checks whether the inserting and paste table row to the given destination
row with the given parameters.
|
boolean |
GridHandle.canInsertAndPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Checks whether the insert and paste table row to the given destination
row with the given parameters.
|
boolean |
TableHandle.canPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Checks whether the paste operation can be done with the given parameters.
|
boolean |
GridHandle.canPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Checks whether the paste operation can be done with the given parameters.
|
void |
TableHandle.insertAndPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Inserts and paste table row to the given destination row with the given
parameters.
|
void |
GridHandle.insertAndPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Inserts and paste table row to the given destination row with the given
parameters.
|
java.util.List |
SlotHandle.paste(IDesignElement content)
Pastes a report item to the slot.
|
java.util.List |
PropertyHandleImpl.paste(IDesignElement content)
Pastes a report item to this property.
|
java.util.List |
SlotHandle.paste(IDesignElement content,
int newPos)
Pastes a report item to the slot.
|
java.util.List |
PropertyHandleImpl.paste(IDesignElement content,
int newPos)
Pastes a report item to the property.
|
java.util.List |
DesignElementHandle.paste(java.lang.String propName,
IDesignElement content)
Pastes a report item to this property.
|
java.util.List |
DesignElementHandle.paste(java.lang.String propName,
IDesignElement content,
int newPos)
Pastes a report item to the property.
|
void |
TableHandle.pasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Pastes table row to destination row with the given parameters.
|
void |
GridHandle.pasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Pastes table row to destination row with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
IDesignElement |
ViewsContentEvent.getContent()
Returns the content element causing this event.
|
IDesignElement |
ContentEvent.getContent()
Returns the content element causing this event.
|
IDesignElement |
TemplateTransformEvent.getFrom()
Returns the element which this event transforms from.
|
IDesignElement |
ContentReplaceEvent.getNewElement()
Returns the new element causing this event.
|
IDesignElement |
ContentReplaceEvent.getOldElement()
Returns the old element causing this event.
|
IDesignElement |
TemplateTransformEvent.getTo()
Returns the element which this event transforms to.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.birt.report.model.elements.ReportItem |
LayoutUtil.getCompoundContainer(IDesignElement element)
Returns a nearest
TableItem/GridItem container for
TableRow , TableGroup and TableItem
if applicable. |
Copyright © 2008 Actuate Corp. All rights reserved.