Represents an extended item, provide BIRT extenion capability.
Extended items can use the user-properties discussed above to define properties. Extended items are defined in a Java plug-in that contributes behavior to the Eclipse Report Developer, to the Factory and to the Presentation Engine.
The extended item can fully participate with the other BIRT extension facilities, meaning that report developers can add properties and scripts to an extended item, providing a very powerful way to create application-specific functionality. An extended item is defined by a plug-in. The plug-in is specific to BIRT, and is different from an Eclipse plug-in. Each item plug-in has four parts:
Script executed when the element is created in the Factory.
Executed when the element is created in the Factory. Called after the item is created, but before the item is saved to the report document file. See the scripting spec for additional information about this script. Applications should perform visual customization in the on-render script instead.
It is for a script startup phase. No data binding yet. The design of an element can be changed here.
It is for a script startup phase. No data binding yet. The design of an element can be changed here.
Script executed when the element is prepared for rendering in the Presentation engine.
Executed when the element is prepared for rendering in the Presentation engine. Changes made to the element are written to the target output format, but not saved to the report document file. This is the preferred place for visual customizations.
A unique extension name to identify the extension
Indicates which extension this extended item is extended from.
Using this name, BIRT can get the extension definition. The name is an internal name for an implementation of extension.
A list of filter conditions that can be applied to the extended item
A list of filter conditions that can be applied to the extended item