Package org.eclipse.birt.report.model.api.extension
package org.eclipse.birt.report.model.api.extension
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
Package Specification
The extension package defines the key interfaces of those extension implementation from the reportitem extension point. All the implementation of reportitem extension point build on these interfaces to offer the extension definition, extension properties, extension choice, extension element, extension command and extension exception and other concepts defined in the reportitem extension point schema.The key interfaces in this package include:
IReportItemFactory
provides methods to access the meta data of an extended type of report element and create new instance of the elementIReportItem
. See the extensive documentation in this interface for information about the services common to all extension definition.IReportItem
Provides methods to access/modify properties, these methods are to be implemented if the report item stores its properties in its own model.IPropertyDefinition
andIChoiceDefinition
provide generic access to extension properties or extension structure members, and choices for extension properties or members respectively.IElementCommand
,ExtendedElementException
integrate with the models command stack, the extension plug-in needs to implement the IElementCommand interface
-
ClassDescriptionAdapter class for the IChoiceDefinition class.Class that records some status after the report item checks the compatibilities.Extension adapter class for the IElementCommand.Base class for all peer-provided exceptions.Defines a choice within a list of property choices defined by a peer extension.Represents an instance of a extended report element that can work with the bound data columns.Represents a extended element command that is integrated with the BIRT command stack.Defines the interface of encryption helper, which includes two methods for encryption and decryption.The interface for getting localized messages from extension element.Defines a property or structure member provided by an peer extension.Represents an instance of a extended report element.Represents the peer extension itself.Provides the resource bundle with the given locale.Interface to traverse all the style property values.Implements of multi row report item.Extension adapter class for the IPropertyDefintion.Extension adapter class for the IReportItem.Adapter class for the IReportItemFactory interface.Implements of simple item that has no data rows.The constructor in sub class must call super(ExtendedItemHandle).Class that provides the information for undefined properties set in extended items.