Package org.jfree.report.flow
Class LayoutExpressionRuntime
java.lang.Object
org.jfree.report.flow.LayoutExpressionRuntime
- All Implemented Interfaces:
ExpressionRuntime
Creation-Date: 04.03.2006, 16:41:49
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.reporting.libraries.base.config.Configuration
int
getData()
Returns the report data used in this section.Returns the datarow.void
setConfiguration
(org.pentaho.reporting.libraries.base.config.Configuration configuration) void
setCurrentRow
(int currentRow) void
setData
(ReportData reportData) void
setDataRow
(DataRow dataRow) void
setDeclaringParent
(Object declaringParent) void
setReportContext
(ReportContext reportContext)
-
Constructor Details
-
LayoutExpressionRuntime
public LayoutExpressionRuntime()
-
-
Method Details
-
setCurrentRow
public void setCurrentRow(int currentRow) -
setDataRow
-
setConfiguration
public void setConfiguration(org.pentaho.reporting.libraries.base.config.Configuration configuration) -
setData
-
setDeclaringParent
-
getDataRow
Returns the datarow.- Specified by:
getDataRow
in interfaceExpressionRuntime
- Returns:
-
getConfiguration
public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()- Specified by:
getConfiguration
in interfaceExpressionRuntime
-
getResourceBundleFactory
- Specified by:
getResourceBundleFactory
in interfaceExpressionRuntime
-
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:
getData
in interfaceExpressionRuntime
- Returns:
- See Also:
-
getDeclaringParent
- Specified by:
getDeclaringParent
in interfaceExpressionRuntime
-
getCurrentRow
public int getCurrentRow()- Specified by:
getCurrentRow
in interfaceExpressionRuntime
-
getReportContext
- Specified by:
getReportContext
in interfaceExpressionRuntime
-
setReportContext
-