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

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

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

Methods in org.pentaho.reporting.engine.classic.core.states.datarow that return ReportDataRow
 ReportDataRow ReportDataRow.advance()
          Advances to the next row and attaches the given master row to the objects contained in that client data row.
static ReportDataRow ReportDataRow.createDataRow(DataFactory dataFactory, String query, int queryLimit, int queryTimeout, DataRow parameters)
           
 ReportDataRow MasterDataRow.getReportDataRow()
           
 ReportDataRow GlobalMasterRow.getReportDataRow()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states.datarow with parameters of type ReportDataRow
 MasterDataRow MasterDataRow.deriveWithQueryData(ReportDataRow tableData)
           
 MasterDataRow GlobalMasterRow.deriveWithQueryData(ReportDataRow tableData)
           
 void GlobalMasterRow.setReportDataRow(ReportDataRow reportDataRow)