public class ProxyExpressionRuntime extends java.lang.Object implements ExpressionRuntime
Constructor and Description |
---|
ProxyExpressionRuntime(ExpressionRuntime parent) |
Modifier and Type | Method and Description |
---|---|
org.pentaho.reporting.libraries.base.config.Configuration |
getConfiguration() |
int |
getCurrentRow() |
ReportData |
getData()
Returns the report data used in this section.
|
DataRow |
getDataRow()
Returns the datarow.
|
java.lang.Object |
getDeclaringParent() |
ReportContext |
getReportContext() |
ResourceBundleFactory |
getResourceBundleFactory() |
public ProxyExpressionRuntime(ExpressionRuntime parent)
public DataRow getDataRow()
getDataRow
in interface ExpressionRuntime
public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
getConfiguration
in interface ExpressionRuntime
public ResourceBundleFactory getResourceBundleFactory()
getResourceBundleFactory
in interface ExpressionRuntime
public ReportData getData()
getData
in interface ExpressionRuntime
ExpressionRuntime.getCurrentRow()
public int getCurrentRow()
getCurrentRow
in interface ExpressionRuntime
public java.lang.Object getDeclaringParent()
getDeclaringParent
in interface ExpressionRuntime
public ReportContext getReportContext()
getReportContext
in interface ExpressionRuntime