org.jfree.report.data
public final class GlobalMasterRow extends Object
Method Summary | |
---|---|
GlobalMasterRow | advance()
This advances the cursor by one row and updates the flags.
|
static GlobalMasterRow | createReportRow(ReportContext reportContext) |
static GlobalMasterRow | createReportRow(GlobalMasterRow parentRow, ReportContext reportContext) |
void | dataRowChanged(MasterDataRowChangeEvent chEvent)
A call back method to communicate structural changes back to the master
rows. |
GlobalMasterRow | derive()
Derives an instance of this datarow. |
ExpressionDataRow | getExpressionDataRow() |
DataRow | getGlobalView() |
ImportedVariablesDataRow | getImportedDataRow() |
ParameterDataRow | getParameterDataRow() |
GlobalMasterRow | getParentDataRow() |
ReportDataRow | getReportDataRow() |
boolean | isAdvanceable() |
void | setExportedDataRow(ImportedVariablesDataRow importedDataRow) |
void | setParameterDataRow(ParameterDataRow parameterDataRow) |
void | setReportDataRow(ReportDataRow reportDataRow) |
Returns:
Throws: DataSourceException
Parameters: chEvent
Returns: the derived datarow.