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.metadata |
Defines the elements, properties, types, structures and slots
in the Report Object Model.
|
org.eclipse.birt.report.model.metadata |
Defines the elements, properties, types, structures and slots
in the Report Object Model.
|
Modifier and Type | Method and Description |
---|---|
IChoice[] |
DimensionHandle.getAllowedUnits()
Returns an array of allowed units.
|
IChoice[] |
SimpleValueHandle.getChoices()
Returns the array of choices that are defined for this property or
member.
|
IChoice[] |
DesignElementHandle.getChoices(java.lang.String propName)
Returns a array of valid choices for a property.
|
IChoice[] |
FontHandle.getCSSFontFamilies()
Returns an array containing CSS (pre-defined) font names.
|
Modifier and Type | Class and Description |
---|---|
class |
UserChoice
Describes the user defined choices for a user defined property.
|
Modifier and Type | Method and Description |
---|---|
IChoice |
IChoice.copy()
Creates a deep copy of this choice.
|
IChoice |
IChoiceSet.findChoice(java.lang.String name)
Finds a Choice in the
ChoiceSet for the given choice name. |
IChoice |
IChoiceSet.findChoiceByDisplayName(java.lang.String name)
Finds a IChoice in the
IChoiceSet for its display name. |
IChoice[] |
IChoiceSet.getChoices()
Returns an array containing the choices, the return choices are in their
internal sequence.
|
IChoice[] |
IChoiceSet.getChoices(java.util.Comparator<java.lang.Object> c)
Returns an array containing the choices, the return choices are sorted
according to the given comparator.
|
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.birt.report.model.metadata.Choice
Describes the choices for a property.
|
Copyright © 2008 Actuate Corp. All rights reserved.