Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.report.data.GlobalMasterRow
public final class GlobalMasterRow
extends java.lang.Object
Method Summary | |
GlobalMasterRow |
|
static GlobalMasterRow |
|
static GlobalMasterRow |
|
void |
|
GlobalMasterRow |
|
ExpressionDataRow | |
DataRow | |
ImportedVariablesDataRow | |
ParameterDataRow | |
GlobalMasterRow | |
ReportDataRow | |
boolean | |
void |
|
void |
|
void |
|
public GlobalMasterRow advance() throws DataSourceException
This advances the cursor by one row and updates the flags.
- Returns:
- Throws:
DataSourceException
-
public static GlobalMasterRow createReportRow(GlobalMasterRow parentRow, ReportContext reportContext)
public void dataRowChanged(MasterDataRowChangeEvent chEvent) throws DataSourceException
A call back method to communicate structural changes back to the master rows. (This is only called from the expression row, as all other datarows are static).
- Parameters:
chEvent
-
public GlobalMasterRow derive() throws DataSourceException
Derives an instance of this datarow. That copy is completly disconnected from the original one and no change made to that copy affects the original datarow.
- Returns:
- the derived datarow.
public void setExportedDataRow(ImportedVariablesDataRow importedDataRow) throws DataSourceException
public void setParameterDataRow(ParameterDataRow parameterDataRow) throws DataSourceException
public void setReportDataRow(ReportDataRow reportDataRow) throws DataSourceException