Uses of Class
org.eclipse.birt.report.model.api.metadata.UserChoice
Packages that use UserChoice
Package
Description
Represents the fundamental data structures of the user-defined property
and the interface of UI listener.
Defines the elements, properties, types, structures and slots
in the Report Object Model.
-
Uses of UserChoice in org.eclipse.birt.report.model.api.core
Methods in org.eclipse.birt.report.model.api.core with parameters of type UserChoiceModifier and TypeMethodDescriptionvoid
UserPropertyDefn.setChoices
(UserChoice[] choiceArray) Sets the (anonymous) set of choices for a property. -
Uses of UserChoice in org.eclipse.birt.report.model.api.metadata
Methods in org.eclipse.birt.report.model.api.metadata that return UserChoiceModifier and TypeMethodDescriptionIChoiceSet.findUserChoiceByDisplayName
(org.eclipse.birt.report.model.core.Module module, String name) Finds a UserChoice in theIChoiceSet
for its display name.