Uses of Interface
org.eclipse.birt.report.engine.api.script.instance.IReportItemInstance
-
Packages that use IReportItemInstance Package Description org.eclipse.birt.report.engine.api.script.instance Report element representations in the BIRT scripting environment. -
-
Uses of IReportItemInstance in org.eclipse.birt.report.engine.api.script.instance
Subinterfaces of IReportItemInstance in org.eclipse.birt.report.engine.api.script.instance Modifier and Type Interface Description interface
IAbstractTextInstance
interface
IDataItemInstance
interface
IDynamicTextInstance
interface
IGridInstance
interface
IImageInstance
interface
ILabelInstance
interface
IListInstance
interface
ITableInstance
interface
ITextItemInstance
Methods in org.eclipse.birt.report.engine.api.script.instance that return IReportItemInstance Modifier and Type Method Description IReportItemInstance[]
IPageInstance. getInstancesByElementId(int elementId)
IReportItemInstance[]
IPageInstance. getInstancesByElementName(java.lang.String elementName)
-