Package | Description |
---|---|
org.eclipse.birt.report.model.api.extension |
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyDefinition
Extension adapter class for the IPropertyDefintion.
|
Modifier and Type | Method and Description |
---|---|
IPropertyDefinition[] |
ReportItem.getMethods() |
IPropertyDefinition[] |
IReportItem.getMethods()
Deprecated.
|
IPropertyDefinition[] |
ReportItem.getPropertyDefinitions() |
IPropertyDefinition[] |
IReportItem.getPropertyDefinitions()
Gets the list of all the property definitions that the extended element
model has.
|
IPropertyDefinition |
ReportItem.getScriptPropertyDefinition() |
IPropertyDefinition |
IReportItem.getScriptPropertyDefinition()
Gets the script property definition of this report item.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IPropertyDefinition> |
PropertyDefinition.getMembers() |
java.util.List<IPropertyDefinition> |
IPropertyDefinition.getMembers()
Returns a list of member definitions if the property is a structure (type
is TBD).
|
Copyright © 2008 Actuate Corp. All rights reserved.