Interface IReportItemPresentationInfo
-
public interface IReportItemPresentationInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHTMLActionHandler
getActionHandler()
java.lang.ClassLoader
getApplicationClassLoader()
IContent
getExtendedItemContent()
org.eclipse.birt.report.model.api.ExtendedItemHandle
getModelObject()
java.lang.String
getOutputFormat()
org.eclipse.birt.report.engine.api.script.IReportContext
getReportContext()
org.eclipse.birt.data.engine.api.IDataQueryDefinition[]
getReportQueries()
int
getResolution()
java.lang.String
getSupportedImageFormats()
-
-
-
Method Detail
-
getModelObject
org.eclipse.birt.report.model.api.ExtendedItemHandle getModelObject()
-
getApplicationClassLoader
java.lang.ClassLoader getApplicationClassLoader()
-
getReportContext
org.eclipse.birt.report.engine.api.script.IReportContext getReportContext()
-
getReportQueries
org.eclipse.birt.data.engine.api.IDataQueryDefinition[] getReportQueries()
-
getExtendedItemContent
IContent getExtendedItemContent()
-
getResolution
int getResolution()
-
getOutputFormat
java.lang.String getOutputFormat()
-
getActionHandler
IHTMLActionHandler getActionHandler()
-
getSupportedImageFormats
java.lang.String getSupportedImageFormats()
-
-