Uses of Interface
org.eclipse.birt.report.model.api.metadata.IChoice
Packages that use IChoice
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Defines the elements, properties, types, structures and slots
in the Report Object Model.
Defines the elements, properties, types, structures and slots
in the Report Object Model.
-
Uses of IChoice in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return IChoiceModifier and TypeMethodDescriptionIChoice[]
DimensionHandle.getAllowedUnits()
Returns an array of allowed units.IChoice[]
DesignElementHandle.getChoices
(String propName) Returns a array of valid choices for a property.IChoice[]
SimpleValueHandle.getChoices()
Returns the array of choices that are defined for this property or member.IChoice[]
FontHandle.getCSSFontFamilies()
Returns an array containing CSS (pre-defined) font names. -
Uses of IChoice in org.eclipse.birt.report.model.api.metadata
Classes in org.eclipse.birt.report.model.api.metadata that implement IChoiceModifier and TypeClassDescriptionfinal class
Describes the user defined choices for a user defined property.Methods in org.eclipse.birt.report.model.api.metadata that return IChoiceModifier and TypeMethodDescriptionIChoice.copy()
Creates a deep copy of this choice.IChoiceSet.findChoice
(String name) Finds a Choice in theChoiceSet
for the given choice name.IChoiceSet.findChoiceByDisplayName
(String name) Finds a IChoice in theIChoiceSet
for its display name.IChoice[]
IChoiceSet.getChoices()
Returns an array containing the choices, the return choices are in their internal sequence.IChoice[]
IChoiceSet.getChoices
(Comparator<Object> c) Returns an array containing the choices, the return choices are sorted according to the given comparator. -
Uses of IChoice in org.eclipse.birt.report.model.metadata
Classes in org.eclipse.birt.report.model.metadata that implement IChoiceModifier and TypeClassDescriptionclass
org.eclipse.birt.report.model.metadata.Choice
Describes the choices for a property.