Package org.jfree.report.data
Class StaticExpressionRuntimeData
java.lang.Object
org.jfree.report.data.StaticExpressionRuntimeData
This class holds all expression-runtime information, which are known when
the expression gets added to the datarow. Once added, they won't change
anymore.
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.reporting.libraries.base.config.Configuration
int
getData()
void
setConfiguration
(org.pentaho.reporting.libraries.base.config.Configuration configuration) void
setCurrentRow
(int currentRow) void
setData
(ReportData data) void
setDeclaringParent
(Object declaringParent) void
setReportContext
(ReportContext reportContext)
-
Constructor Details
-
StaticExpressionRuntimeData
public StaticExpressionRuntimeData()
-
-
Method Details
-
getCurrentRow
public int getCurrentRow() -
setCurrentRow
public void setCurrentRow(int currentRow) -
getData
-
setData
-
getResourceBundleFactory
-
setDeclaringParent
-
setConfiguration
public void setConfiguration(org.pentaho.reporting.libraries.base.config.Configuration configuration) -
getDeclaringParent
-
getConfiguration
public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration() -
getReportContext
-
setReportContext
-