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 ExpressionRuntimepublic org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
getConfiguration in interface ExpressionRuntimepublic ResourceBundleFactory getResourceBundleFactory()
getResourceBundleFactory in interface ExpressionRuntimepublic ReportData getData()
getData in interface ExpressionRuntimeExpressionRuntime.getCurrentRow()public int getCurrentRow()
getCurrentRow in interface ExpressionRuntimepublic java.lang.Object getDeclaringParent()
getDeclaringParent in interface ExpressionRuntimepublic ReportContext getReportContext()
getReportContext in interface ExpressionRuntime