Package org.jfree.report.flow
Class LayoutExpressionRuntime
- java.lang.Object
-
- org.jfree.report.flow.LayoutExpressionRuntime
-
- All Implemented Interfaces:
ExpressionRuntime
public class LayoutExpressionRuntime extends java.lang.Object implements ExpressionRuntime
Creation-Date: 04.03.2006, 16:41:49- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description LayoutExpressionRuntime()
-
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()voidsetConfiguration(org.pentaho.reporting.libraries.base.config.Configuration configuration)voidsetCurrentRow(int currentRow)voidsetData(ReportData reportData)voidsetDataRow(DataRow dataRow)voidsetDeclaringParent(java.lang.Object declaringParent)voidsetReportContext(ReportContext reportContext)
-
-
-
Method Detail
-
setCurrentRow
public void setCurrentRow(int currentRow)
-
setDataRow
public void setDataRow(DataRow dataRow)
-
setConfiguration
public void setConfiguration(org.pentaho.reporting.libraries.base.config.Configuration configuration)
-
setData
public void setData(ReportData reportData)
-
setDeclaringParent
public void setDeclaringParent(java.lang.Object declaringParent)
-
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()
-
getDeclaringParent
public java.lang.Object getDeclaringParent()
- Specified by:
getDeclaringParentin interfaceExpressionRuntime
-
getCurrentRow
public int getCurrentRow()
- Specified by:
getCurrentRowin interfaceExpressionRuntime
-
getReportContext
public ReportContext getReportContext()
- Specified by:
getReportContextin interfaceExpressionRuntime
-
setReportContext
public void setReportContext(ReportContext reportContext)
-
-