Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
Modifier and Type | Method and Description |
---|---|
void |
SlotHandle.add(org.eclipse.birt.report.model.core.DesignElement content)
Deprecated.
by the method
SlotHandle.add(DesignElementHandle) |
void |
SlotHandle.add(DesignElementHandle content)
Adds a report item to the slot with the given element handle.
|
void |
SlotHandle.add(DesignElementHandle content,
int newPos)
Adds a report item to the slot at the given position.
|
void |
SlotHandle.add(org.eclipse.birt.report.model.core.DesignElement content,
int newPos)
Deprecated.
by the method
SlotHandle.add(DesignElementHandle, int) |
void |
DesignElementHandle.addElement(DesignElementHandle child,
int slotId)
Adds a report item to the end of the given slot.
|
void |
DesignElementHandle.addElement(DesignElementHandle child,
int slotId,
int pos)
Adds a report item to the given slot at the given position.
|
void |
ExtendedItemHandle.makeUniqueName(java.lang.String namePrefix)
Makes a unique name for this element with the given name prefix.
|
java.util.List |
SlotHandle.paste(DesignElementHandle content)
Pastes a report item to the slot.
|
java.util.List |
SlotHandle.paste(DesignElementHandle content,
int newPos)
Pastes a report item to the slot.
|
java.util.List |
SlotHandle.paste(IDesignElement content)
Pastes a report item to the slot.
|
java.util.List |
SlotHandle.paste(IDesignElement content,
int newPos)
Pastes a report item to the slot.
|
void |
VariableElementHandle.setName(java.lang.String name) |
void |
GroupHandle.setName(java.lang.String theName)
Sets the group name.
|
void |
DesignElementHandle.setName(java.lang.String name)
Sets the name of this element.
|
void |
ContentElementHandle.setName(java.lang.String name) |
Copyright © 2008 Actuate Corp. All rights reserved.