Uses of Interface
org.eclipse.birt.report.model.api.simpleapi.IDesignElement
Packages that use IDesignElement
Package
Description
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
Report element representations in the BIRT simple API environment.
-
Uses of IDesignElement in org.eclipse.birt.report.model.api.extension
Classes in org.eclipse.birt.report.model.api.extension that implement IDesignElementModifier and TypeClassDescriptionclass
Implements of multi row report item.class
Implements of simple item that has no data rows.The constructor in sub class must call super(ExtendedItemHandle).Methods in org.eclipse.birt.report.model.api.extension that return IDesignElementMethods in org.eclipse.birt.report.model.api.extension with parameters of type IDesignElementModifier and TypeMethodDescriptionvoid
MultiRowItem.setCurrentView
(IDesignElement viewElement) void
SimpleRowItem.setCurrentView
(IDesignElement viewElement) -
Uses of IDesignElement in org.eclipse.birt.report.model.api.impl
Methods in org.eclipse.birt.report.model.api.impl that return IDesignElement -
Uses of IDesignElement in org.eclipse.birt.report.model.api.simpleapi
Subinterfaces of IDesignElement in org.eclipse.birt.report.model.api.simpleapiModifier and TypeInterfaceDescriptioninterface
Simple wrapper of AutoTextHandleinterface
Represents a the design of a Cell in the scripting environmentinterface
Script wrapper of ColumnHandle.interface
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
Script wrapper of ExtendedItemHandle.interface
interface
Represents a the design of a Grid in the scripting environmentinterface
Script wrapper of GroupHandleinterface
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
Script wrapper of ListGroupHandleinterface
Represents the design of an Listing in the scripting environmentinterface
Represents a master page in the scripting environmentinterface
interface
Script wrapper of ReportDesignHandleinterface
Represents a the design of a report element in the scripting environmentinterface
Represents a the design of a report item in the scripting environmentinterface
Represents a row in the scripting environmentinterface
The simple API class for the SortElementHandle.interface
Represents the design of a Table in the scripting environmentinterface
Script wrapper of TableGroupHandleinterface
Represents a the design of a TextItem in the scripting environmentMethods in org.eclipse.birt.report.model.api.simpleapi that return IDesignElementModifier and TypeMethodDescriptionISimpleElementFactory.getElement
(DesignElementHandle handle) Creates the IDesignElement instance.IDesignElement.getParent()
Return the parent of this elementMethods in org.eclipse.birt.report.model.api.simpleapi with parameters of type IDesignElementModifier and TypeMethodDescriptionvoid
IReportItem.setCurrentView
(IDesignElement viewElement) Sets the view to be used.