|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.data.GlobalMasterRow
public final class GlobalMasterRow
This data row holds all statefull information from the datasources of the report.
When doing subreports, a datarow only has access to its own dataset and the columns from the next direct subreport, which have been marked as exported.
Method Summary | |
---|---|
GlobalMasterRow |
advance()
This advances the cursor by one row and updates the flags. |
static GlobalMasterRow |
createReportRow(GlobalMasterRow parentRow,
ReportContext reportContext)
|
static GlobalMasterRow |
createReportRow(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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static GlobalMasterRow createReportRow(ReportContext reportContext)
public static GlobalMasterRow createReportRow(GlobalMasterRow parentRow, ReportContext reportContext)
public ExpressionDataRow getExpressionDataRow()
public ReportDataRow getReportDataRow()
public void setReportDataRow(ReportDataRow reportDataRow) throws DataSourceException
DataSourceException
public ParameterDataRow getParameterDataRow()
public void setParameterDataRow(ParameterDataRow parameterDataRow) throws DataSourceException
DataSourceException
public GlobalMasterRow getParentDataRow()
public ImportedVariablesDataRow getImportedDataRow()
public void setExportedDataRow(ImportedVariablesDataRow importedDataRow) throws DataSourceException
DataSourceException
public GlobalMasterRow derive() throws DataSourceException
DataSourceException
public GlobalMasterRow advance() throws DataSourceException
DataSourceException
public boolean isAdvanceable() throws DataSourceException
DataSourceException
public DataRow getGlobalView()
public void dataRowChanged(MasterDataRowChangeEvent chEvent) throws DataSourceException
chEvent
-
DataSourceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |