org.jfree.report.expressions

Class ProxyExpressionRuntime

public class ProxyExpressionRuntime extends Object implements ExpressionRuntime

Creation-Date: 22.04.2006, 14:17:54

Author: Thomas Morgner

Constructor Summary
ProxyExpressionRuntime(ExpressionRuntime parent)
Method Summary
ConfigurationgetConfiguration()
intgetCurrentRow()
ReportDatagetData()
Returns the report data used in this section.
DataRowgetDataRow()
Returns the datarow.
ObjectgetDeclaringParent()
ReportContextgetReportContext()
ResourceBundleFactorygetResourceBundleFactory()

Constructor Detail

ProxyExpressionRuntime

public ProxyExpressionRuntime(ExpressionRuntime parent)

Method Detail

getConfiguration

public Configuration getConfiguration()

getCurrentRow

public int getCurrentRow()

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.

Returns:

getDataRow

public DataRow getDataRow()
Returns the datarow.

Returns:

getDeclaringParent

public Object getDeclaringParent()

getReportContext

public ReportContext getReportContext()

getResourceBundleFactory

public ResourceBundleFactory getResourceBundleFactory()