Package org.jfree.report.expressions
Class ProxyExpressionRuntime
- java.lang.Object
-
- org.jfree.report.expressions.ProxyExpressionRuntime
-
- All Implemented Interfaces:
ExpressionRuntime
public class ProxyExpressionRuntime extends java.lang.Object implements ExpressionRuntime
Creation-Date: 22.04.2006, 14:17:54- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description ProxyExpressionRuntime(ExpressionRuntime parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.reporting.libraries.base.config.ConfigurationgetConfiguration()intgetCurrentRow()ReportDatagetData()Returns the report data used in this section.DataRowgetDataRow()Returns the datarow.java.lang.ObjectgetDeclaringParent()ReportContextgetReportContext()ResourceBundleFactorygetResourceBundleFactory()
-
-
-
Constructor Detail
-
ProxyExpressionRuntime
public ProxyExpressionRuntime(ExpressionRuntime parent)
-
-
Method Detail
-
getDataRow
public DataRow getDataRow()
Returns the datarow.- Specified by:
getDataRowin interfaceExpressionRuntime- Returns:
-
getConfiguration
public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
- Specified by:
getConfigurationin interfaceExpressionRuntime
-
getResourceBundleFactory
public ResourceBundleFactory getResourceBundleFactory()
- Specified by:
getResourceBundleFactoryin interfaceExpressionRuntime
-
getData
public ReportData getData()
Returns the report data used in this section. If subreports are used, this does not reflect the complete report data. All access to the report data must be properly synchronized. Failure to do so may result in funny results. Do not assume that the report data will be initialized on the current cursor positon.- Specified by:
getDatain interfaceExpressionRuntime- Returns:
- See Also:
ExpressionRuntime.getCurrentRow()
-
getCurrentRow
public int getCurrentRow()
- Specified by:
getCurrentRowin interfaceExpressionRuntime
-
getDeclaringParent
public java.lang.Object getDeclaringParent()
- Specified by:
getDeclaringParentin interfaceExpressionRuntime
-
getReportContext
public ReportContext getReportContext()
- Specified by:
getReportContextin interfaceExpressionRuntime
-
-