| Modifier and Type | Field and Description |
|---|---|
DataRow |
StiContainerInfoV2.DataSourceRow
Строка источника данных на момент генерации этого контейнера.
|
| Modifier and Type | Method and Description |
|---|---|
DataRow |
StiDataRelation.getFirstParentRows(DataRow cRow) |
DataRow |
StiDataRow.getRow()
DataRow that is used for data extraction.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<DataRow> |
StiDataRelation.getChildRows(DataRow pRow) |
java.util.ArrayList<DataRow> |
StiDataRelation.getParentRows(DataRow cRow) |
| Modifier and Type | Method and Description |
|---|---|
int |
StiDataSortConditions.compare(DataRow row1,
DataRow row2) |
int |
StiDataSort.compare(DataRow row1,
DataRow row2) |
java.util.ArrayList<DataRow> |
StiDataRelation.getChildRows(DataRow pRow) |
DataRow |
StiDataRelation.getFirstParentRows(DataRow cRow) |
java.util.ArrayList<DataRow> |
StiDataRelation.getParentRows(DataRow cRow) |
int |
StiDataSortConditions.getRowPositionConditions(DataRow row) |
void |
StiDataRow.setRow(DataRow value) |
| Constructor and Description |
|---|
StiDataRow(StiDataSource dataSource,
DataRow dataRow) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<DataRow> |
DataRelation.getChildRows() |
java.util.ArrayList<DataRow> |
DataRow.getChildRows(StiDataSource childSource) |
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTable.addRow(DataRow dataRow) |
void |
DataRow.setParentRow(StiDataSource parentSource,
java.lang.String relationName,
DataRow parentRow) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataRow.setChildRows(StiDataSource childSource,
java.util.ArrayList<DataRow> cRows) |
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<DataRow> |
StiDataSource.detailRows |
| Modifier and Type | Method and Description |
|---|---|
DataRow |
StiDataSource.GetDataRow(int index) |
Copyright © 2019 Stimulsoft. All Rights Reserved.