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.core |
Represents the fundamental data structures of the user-defined property
and the interface of UI listener.
|
Modifier and Type | Method and Description |
---|---|
void |
PrivateStyleHandle.addUserPropertyDefn(UserPropertyDefn prop)
This method is not defined for private styles.
|
void |
DesignElementHandle.addUserPropertyDefn(UserPropertyDefn prop)
Adds a user-defined property definition.
|
void |
PrivateStyleHandle.dropUserPropertyDefn(java.lang.String propName)
This method is not defined for private styles.
|
void |
DesignElementHandle.dropUserPropertyDefn(java.lang.String propName)
Removes an existing user property definition from the element.
|
void |
UserPropertyDefnHandle.setUserPropertyDefn(UserPropertyDefn prop)
Sets the definition for the user-defined property.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPropertyDefn.checkUserPropertyDefn(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.core.DesignElement element)
Checks whether the element can take the given user property definition
and the definition is valid.
|
Copyright © 2008 Actuate Corp. All rights reserved.