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 ExpressionRuntimepublic org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
getConfiguration in interface ExpressionRuntimepublic ResourceBundleFactory getResourceBundleFactory()
getResourceBundleFactory in interface ExpressionRuntimepublic ReportData getData()
getData in interface ExpressionRuntimeExpressionRuntime.getCurrentRow()public java.lang.Object getDeclaringParent()
getDeclaringParent in interface ExpressionRuntimepublic int getCurrentRow()
getCurrentRow in interface ExpressionRuntimepublic ReportContext getReportContext()
getReportContext in interface ExpressionRuntimepublic void setReportContext(ReportContext reportContext)