Uses of Interface
org.eclipse.birt.report.engine.api.script.element.IReportElement
Packages that use IReportElement
Package
Description
Report element representations in the BIRT scripting environment.
-
Uses of IReportElement in org.eclipse.birt.report.engine.api.script.element
Subinterfaces of IReportElement in org.eclipse.birt.report.engine.api.script.elementModifier and TypeInterfaceDescriptioninterface
Simple wrapper of AutoTextHandleinterface
Represents a the design of a DataItem in the scripting environmentinterface
Represents a the design of a multi line text item in the scripting environmentinterface
Represents a the design of a Grid in the scripting environmentinterface
Represents a the design of an Image in the scripting environmentinterface
Represents a the design of a Label in the scripting environmentinterface
Represents the design of a List in the scripting environmentinterface
Represents the design of an Listing in the scripting environmentinterface
Represents a master page in the scripting environmentinterface
Represents a the design of a report item in the scripting environmentinterface
Represents the design of a Table in the scripting environmentinterface
Represents a the design of a TextItem in the scripting environmentMethods in org.eclipse.birt.report.engine.api.script.element that return IReportElementModifier and TypeMethodDescriptionIReportDesign.getReportElement
(String name) generic method to get report item by nameIReportDesign.getReportElementByID
(long id) Generic method to get report item by id.