Uses of Interface
org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Packages that use IReportElement Package Description org.eclipse.birt.report.model.api.extension Defines the fundamental interfaces for those extensions from the reportitem extension point.org.eclipse.birt.report.model.api.simpleapi Report element representations in the BIRT simple API environment. -
-
Uses of IReportElement in org.eclipse.birt.report.model.api.extension
Classes in org.eclipse.birt.report.model.api.extension that implement IReportElement Modifier and Type Class Description class
MultiRowItem
Implements of multi row report item.class
SimpleRowItem
Implements of simple item that has no data rows.The constructor in sub class must call super(ExtendedItemHandle). -
Uses of IReportElement in org.eclipse.birt.report.model.api.simpleapi
Subinterfaces of IReportElement in org.eclipse.birt.report.model.api.simpleapi Modifier and Type Interface Description interface
IAutoText
Simple wrapper of AutoTextHandleinterface
IDataItem
Represents a the design of a DataItem in the scripting environmentinterface
IDynamicText
Represents a the design of a multi line text item in the scripting environmentinterface
IExtendedItem
Script wrapper of ExtendedItemHandle.interface
IGrid
Represents a the design of a Grid in the scripting environmentinterface
IImage
Represents a the design of an Image in the scripting environmentinterface
ILabel
Represents a the design of a Label in the scripting environmentinterface
IList
Represents the design of a List in the scripting environmentinterface
IListing
Represents the design of an Listing in the scripting environmentinterface
IMasterPage
Represents a master page in the scripting environmentinterface
IMultiRowItem
interface
IReportItem
Represents a the design of a report item in the scripting environmentinterface
ITable
Represents the design of a Table in the scripting environmentinterface
ITextItem
Represents a the design of a TextItem in the scripting environmentMethods in org.eclipse.birt.report.model.api.simpleapi that return IReportElement Modifier and Type Method Description IReportElement
IReportDesign. getReportElement(java.lang.String name)
generic method to get report item by nameIReportElement
IReportDesign. getReportElementByID(long id)
generic method to get report item by id
-