org.jfree.report.flow
public class LayoutExpressionRuntime extends java.lang.Object implements ExpressionRuntime
Constructor and Description |
---|
LayoutExpressionRuntime() |
Modifier and Type | Method and Description |
---|---|
org.pentaho.reporting.libraries.base.config.Configuration |
getConfiguration() |
int |
getCurrentRow() |
ReportData |
getData()
Returns the report data used in this section.
|
DataRow |
getDataRow()
Returns the datarow.
|
java.lang.Object |
getDeclaringParent() |
ReportContext |
getReportContext() |
ResourceBundleFactory |
getResourceBundleFactory() |
void |
setConfiguration(org.pentaho.reporting.libraries.base.config.Configuration configuration) |
void |
setCurrentRow(int currentRow) |
void |
setData(ReportData reportData) |
void |
setDataRow(DataRow dataRow) |
void |
setDeclaringParent(java.lang.Object declaringParent) |
void |
setReportContext(ReportContext reportContext) |
public void setCurrentRow(int currentRow)
public void setDataRow(DataRow dataRow)
public void setConfiguration(org.pentaho.reporting.libraries.base.config.Configuration configuration)
public void setData(ReportData reportData)
public void setDeclaringParent(java.lang.Object declaringParent)
public DataRow getDataRow()
getDataRow
in interface ExpressionRuntime
public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
getConfiguration
in interface ExpressionRuntime
public ResourceBundleFactory getResourceBundleFactory()
getResourceBundleFactory
in interface ExpressionRuntime
public ReportData getData()
getData
in interface ExpressionRuntime
ExpressionRuntime.getCurrentRow()
public java.lang.Object getDeclaringParent()
getDeclaringParent
in interface ExpressionRuntime
public int getCurrentRow()
getCurrentRow
in interface ExpressionRuntime
public ReportContext getReportContext()
getReportContext
in interface ExpressionRuntime
public void setReportContext(ReportContext reportContext)