Uses of Class
com.stimulsoft.report.dictionary.data.DataCell
Packages that use DataCell
Package
Description
-
Uses of DataCell in com.stimulsoft.report.dictionary.data
Subclasses of DataCell in com.stimulsoft.report.dictionary.dataModifier and TypeClassDescriptionclassclassclassclassclassCopyright StimulsoftclassCopyright StimulsoftclassCopyright StimulsoftclassCopyright StimulsoftclassclassCopyright StimulsoftclassclassclassclassCopyright StimulsoftclassCopyright StimulsoftMethods in com.stimulsoft.report.dictionary.data that return DataCellModifier and TypeMethodDescriptionstatic DataCellDataRow.create(StiDataColumn column, int columnIndex, int columnType, Object rs, Boolean convertNull) static DataCellDataRow.create(StiDataColumn column, int columnIndex, int columnType, String columnTypeName, ResultSet rs, Boolean convertNull) static DataCellDataRow.create(StiDataColumn column, Object value) static DataCellDataCell.createEmpty(StiDataColumn column) DataCellCollection.get(int index) static DataCellDataRow.getDefaultDataCell(StiDataColumn column, int columnIndex, int columnType, ResultSet rs, Boolean convertNull) DataCellCollection.remove(int index) Methods in com.stimulsoft.report.dictionary.data that return types with arguments of type DataCellMethods in com.stimulsoft.report.dictionary.data with parameters of type DataCell -
Uses of DataCell in com.stimulsoft.report.dictionary.databases
Methods in com.stimulsoft.report.dictionary.databases that return DataCellModifier and TypeMethodDescriptionstatic DataCellStiCassandraDatabase.create(StiDataColumn column, int columnIndex, int columnType, String columnTypeName, com.datastax.oss.driver.api.core.cql.Row row, Boolean convertNull)