Uses of Class
com.stimulsoft.report.dictionary.data.DataRow

Packages that use DataRow
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.dictionary   
com.stimulsoft.report.dictionary.data   
com.stimulsoft.report.dictionary.dataSources   
 

Uses of DataRow in com.stimulsoft.report.components.complexcomponents
 

Fields in com.stimulsoft.report.components.complexcomponents declared as DataRow
 DataRow StiContainerInfoV2.DataSourceRow
          Строка источника данных на момент генерации этого контейнера.
 

Uses of DataRow in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return DataRow
 DataRow StiDataRelation.getFirstParentRows(DataRow cRow)
           
 DataRow StiDataRow.getRow()
          DataRow that is used for data extraction.
 

Methods in com.stimulsoft.report.dictionary that return types with arguments of type DataRow
 java.util.ArrayList<DataRow> StiDataRelation.getChildRows(DataRow pRow, java.lang.String relationName)
           
 java.util.ArrayList<DataRow> StiDataRelation.getParentRows(DataRow cRow)
           
 

Methods in com.stimulsoft.report.dictionary with parameters of type DataRow
 int StiDataSortConditions.compare(DataRow row1, DataRow row2)
           
 int StiDataSort.compare(DataRow row1, DataRow row2)
           
 java.util.ArrayList<DataRow> StiDataRelation.getChildRows(DataRow pRow, java.lang.String relationName)
           
 DataRow StiDataRelation.getFirstParentRows(DataRow cRow)
           
 java.util.ArrayList<DataRow> StiDataRelation.getParentRows(DataRow cRow)
           
 int StiDataSortConditions.getRowPositionConditions(DataRow row)
           
 void StiDataRow.setRow(DataRow value)
           
 

Constructors in com.stimulsoft.report.dictionary with parameters of type DataRow
StiDataRow(StiDataSource dataSource, DataRow dataRow)
           
 

Constructor parameters in com.stimulsoft.report.dictionary with type arguments of type DataRow
StiDataSort(java.util.Hashtable<DataRow,java.lang.Integer> rowToConditions, java.lang.Object[][][] conditions, java.util.List<StiSort> sortColumns, StiDataSource dataSource)
           
StiDataSortConditions(java.util.Hashtable<DataRow,java.lang.Integer> rowToConditions, java.lang.Object[][][] conditions)
           
 

Uses of DataRow in com.stimulsoft.report.dictionary.data
 

Methods in com.stimulsoft.report.dictionary.data that return DataRow
static DataRow DataRow.create(DataTable table)
           
 DataRow DataTable.createNewRow()
           
 DataRow DataRow.getParentRow(StiDataSource parentSource, java.lang.String relationName)
           
 DataRow DataTable.getRows(int index)
           
 DataRow DataTable.NewRow()
           
 

Methods in com.stimulsoft.report.dictionary.data that return types with arguments of type DataRow
 java.util.ArrayList<DataRow> DataRelation.getChildRows()
           
 java.util.ArrayList<DataRow> DataRow.getChildRows(StiDataSource childSource, java.lang.String relationName)
           
 java.util.ArrayList<DataRow> DataRow.getChildRows(java.lang.String childSourceName)
           
 java.util.HashMap<java.lang.String,DataRow> DataRow.getParentRows()
           
 java.util.ArrayList<DataRow> DataRelation.getParentRows()
           
 

Methods in com.stimulsoft.report.dictionary.data with parameters of type DataRow
 void DataTable.addRow(DataRow dataRow)
           
 void DataRow.setParentRow(StiDataSource parentSource, java.lang.String relationName, DataRow parentRow)
           
 

Method parameters in com.stimulsoft.report.dictionary.data with type arguments of type DataRow
 void DataRow.setChildRows(StiDataSource childSource, java.util.ArrayList<DataRow> cRows, java.lang.String relationName)
           
 

Uses of DataRow in com.stimulsoft.report.dictionary.dataSources
 

Fields in com.stimulsoft.report.dictionary.dataSources with type parameters of type DataRow
 java.util.ArrayList<DataRow> StiDataSource.detailRows
           
 

Methods in com.stimulsoft.report.dictionary.dataSources that return DataRow
 DataRow StiDataSource.GetDataRow(int index)