Uses of Class
org.eclipse.birt.report.model.api.ExtendedItemHandle
Packages that use ExtendedItemHandle
Package
Description
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
Report element representations in the BIRT simple API environment.
Utility classes.
-
Uses of ExtendedItemHandle in org.eclipse.birt.report.model.api.extension
Methods in org.eclipse.birt.report.model.api.extension with parameters of type ExtendedItemHandleModifier and TypeMethodDescriptionvoid
IReportItem.setHandle
(ExtendedItemHandle handle) Sets the handle of this report item.void
ReportItem.setHandle
(ExtendedItemHandle handle) Constructors in org.eclipse.birt.report.model.api.extension with parameters of type ExtendedItemHandleModifierConstructorDescriptionConstructors.Constructors. -
Uses of ExtendedItemHandle in org.eclipse.birt.report.model.api.impl
Methods in org.eclipse.birt.report.model.api.impl with parameters of type ExtendedItemHandleModifier and TypeMethodDescriptionSimpleElementFactory.wrapExtensionElement
(ExtendedItemHandle handle, int type) -
Uses of ExtendedItemHandle in org.eclipse.birt.report.model.api.simpleapi
Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type ExtendedItemHandleModifier and TypeMethodDescriptionISimpleElementFactory.wrapExtensionElement
(ExtendedItemHandle handle, int type) Creates the scriptable object for the corresponding element handles. -
Uses of ExtendedItemHandle in org.eclipse.birt.report.model.api.util
Methods in org.eclipse.birt.report.model.api.util with parameters of type ExtendedItemHandleModifier and TypeMethodDescriptionprotected static boolean
ElementExportUtilImpl.checkExportedExtendedItem
(ExtendedItemHandle elementToExport) Checks extended item can be exported or not.