Uses of Class
org.pentaho.reporting.engine.classic.core.states.datarow.ImportedVariablesDataRow

Packages that use ImportedVariablesDataRow
org.pentaho.reporting.engine.classic.core.states.datarow   
 

Uses of ImportedVariablesDataRow in org.pentaho.reporting.engine.classic.core.states.datarow
 

Methods in org.pentaho.reporting.engine.classic.core.states.datarow that return ImportedVariablesDataRow
 ImportedVariablesDataRow MasterDataRow.getImportedDataRow()
           
 ImportedVariablesDataRow GlobalMasterRow.getImportedDataRow()
          The datarow that contains the values as imported from the subreport.
 ImportedVariablesDataRow ImportedVariablesDataRow.refresh(DataRow globalView, DataSchema dataSchema)
           
 

Methods in org.pentaho.reporting.engine.classic.core.states.datarow with parameters of type ImportedVariablesDataRow
 void MasterDataRow.setImportedDataRow(ImportedVariablesDataRow importedDataRow)
           
 void GlobalMasterRow.setImportedDataRow(ImportedVariablesDataRow dataRow)