Uses of Class
com.stimulsoft.report.dictionary.data.DataRow
Packages that use DataRow
Package
Description
-
Uses of DataRow in com.stimulsoft.report.components.complexcomponents
Fields in com.stimulsoft.report.components.complexcomponents declared as DataRow -
Uses of DataRow in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary that return DataRowModifier and TypeMethodDescriptionStiDataRelation.getFirstParentRows(DataRow cRow) final DataRowStiDataRow.getRow()DataRow that is used for data extraction.Methods in com.stimulsoft.report.dictionary that return types with arguments of type DataRowModifier and TypeMethodDescriptionStiDataRelation.getChildRows(DataRow pRow, String relationName) StiDataRelation.getParentRows(DataRow cRow) Methods in com.stimulsoft.report.dictionary with parameters of type DataRowModifier and TypeMethodDescriptionintintintStiDataRelation.getChildRows(DataRow pRow, String relationName) StiDataRelation.getFirstParentRows(DataRow cRow) StiDataRelation.getParentRows(DataRow cRow) intStiDataSortConditions.getRowPositionConditions(DataRow row) final voidConstructors in com.stimulsoft.report.dictionary with parameters of type DataRowConstructor parameters in com.stimulsoft.report.dictionary with type arguments of type DataRowModifierConstructorDescriptionStiDataSort(Hashtable<DataRow, Integer> rowToConditions, Object[][][] conditions, List<StiSort> sortColumns, StiDataSource dataSource) StiDataSortConditions(Hashtable<DataRow, Integer> rowToConditions, Object[][][] conditions) -
Uses of DataRow in com.stimulsoft.report.dictionary.data
Methods in com.stimulsoft.report.dictionary.data that return DataRowModifier and TypeMethodDescriptionstatic DataRowDataTable.createNewRow()DataRow.getParentRow(StiDataSource parentSource, String relationName) DataTable.getRows(int index) DataTable.NewRow()Methods in com.stimulsoft.report.dictionary.data that return types with arguments of type DataRowModifier and TypeMethodDescriptionDataRelation.getChildRows()DataRow.getChildRows(StiDataSource childSource, String relationName) DataRow.getChildRows(String childSourceName) DataRelation.getParentRows()DataRow.getParentRows()Methods in com.stimulsoft.report.dictionary.data with parameters of type DataRowModifier and TypeMethodDescriptionvoidvoidDataRow.setParentRow(StiDataSource parentSource, String relationName, DataRow parentRow) Method parameters in com.stimulsoft.report.dictionary.data with type arguments of type DataRowModifier and TypeMethodDescriptionvoidDataRow.setChildRows(StiDataSource childSource, ArrayList<DataRow> cRows, String relationName) -
Uses of DataRow in com.stimulsoft.report.dictionary.dataSources
Fields in com.stimulsoft.report.dictionary.dataSources with type parameters of type DataRowMethods in com.stimulsoft.report.dictionary.dataSources that return DataRow