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.
|
Modifier and Type | Method and Description |
---|---|
void |
PrivateStyleHandle.setExtends(DesignElementHandle parent)
This method is not defined for private styles.
|
void |
DesignElementHandle.setExtends(DesignElementHandle parent)
Sets this element to extend the given element.
|
void |
ContentElementHandle.setExtends(DesignElementHandle parent) |
void |
PrivateStyleHandle.setExtendsElement(org.eclipse.birt.report.model.core.DesignElement parent)
This method is not defined for private styles.
|
void |
DesignElementHandle.setExtendsElement(org.eclipse.birt.report.model.core.DesignElement parent)
Deprecated.
|
void |
PrivateStyleHandle.setExtendsName(java.lang.String name)
This method is not defined for private styles.
|
void |
DesignElementHandle.setExtendsName(java.lang.String name)
Sets the name of the element that this element extends.
|
void |
ContentElementHandle.setExtendsName(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
CircularExtendsException
An error indicates circular extension while setting the extends property of
an element.
|
class |
ExtendsForbiddenException
An error indicates not supported extension while setting the extends property
of an element.
|
class |
InvalidParentException
An error indicates invalid parent while setting the extends property of an
element.
|
class |
WrongTypeException
An error indicates wrong type while setting the extends property of an
element.
|
Copyright © 2008 Actuate Corp. All rights reserved.