org.jfree.report.expressions
public interface ExpressionRuntime
Method Summary | |
---|---|
Configuration | getConfiguration() |
int | getCurrentRow() |
ReportData | getData()
Returns the report data used in this section. |
DataRow | getDataRow()
Returns the datarow.
|
Object | getDeclaringParent() |
ReportContext | getReportContext() |
ResourceBundleFactory | getResourceBundleFactory() |
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.
Returns:
See Also: getCurrentRow
Returns: