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

Packages that use DataCell
com.stimulsoft.report.dictionary.data   
 

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

Subclasses of DataCell in com.stimulsoft.report.dictionary.data
 class StiBigDecimalDataCell
           
 class StiBooleanDataCell
           
 class StiBytesDataCell
           
 class StiClobDataCell
           
 class StiDateDataCell
          Copyright Stimulsoft
 class StiDBNullCell
          Copyright Stimulsoft
 class StiDoubleDataCell
           
 class StiIntegerDataCell
          Copyright Stimulsoft
 class StiObjectDataCell
           
 class StiRefCursorDataCell
           
 class StiStringDataCell
           
 

Methods in com.stimulsoft.report.dictionary.data that return DataCell
static DataCell DataRow.create(StiDataColumn column, int columnIndex, int columnType, java.lang.Object rs, java.lang.Boolean convertNull)
           
static DataCell DataRow.create(StiDataColumn column, int columnIndex, int columnType, java.sql.ResultSet rs, java.lang.Boolean convertNull)
           
static DataCell DataRow.create(StiDataColumn column, java.lang.Object value)
           
static DataCell DataCell.createEmpty(StiDataColumn column)
           
 DataCell DataCellCollection.get(int index)
           
 DataCell DataRow.getCell(java.lang.String columnName)
           
 DataCell DataCellCollection.remove(int index)
           
 DataCell DataCellCollection.set(int index, DataCell element)
           
 

Methods in com.stimulsoft.report.dictionary.data that return types with arguments of type DataCell
 java.util.Iterator<DataCell> DataCellCollection.iterator()
           
 

Methods in com.stimulsoft.report.dictionary.data with parameters of type DataCell
 void DataCellCollection.add(int index, DataCell element)
           
 void DataCellCollection.add2(DataCell element)
           
 DataCell DataCellCollection.set(int index, DataCell element)