public class StringDataSheet extends ADataSheet<String>
DEFAULT_MIN_COLS, DEFAULT_MIN_ROWS, DEFAULT_MIN_SPARE_COLS, DEFAULT_MIN_SPARE_ROWS, UNDEFINED_POSITION
Constructor and Description |
---|
StringDataSheet() |
StringDataSheet(int minCols,
int minRows) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isCellEmpty(SheetCell<String> cell) |
addColumnAtPosition, addColumnWithName, addColumnWithNameSorted, addRow, addRowLast, equals, findRowByCellValue, getCell, getColumn, getColumnByName, getColumnCount, getColumnIndices, getColumnName, getColumnPositionByName, getMinCols, getMinRows, getMinSpareCols, getMinSpareRows, getRowCount, getRows, hashCode, isColSpare, isEmpty, isFirstRowIsHeader, isRowSpare, removeColumns, removeRowIf, removeRows, resetAllCellValuesToReference, setCellValue, setColumn, setColumnName, setFirstRowIsHeader, setMinCols, setMinRows, setMinSpareCols, setMinSpareRows, setRows, sortRows, sortRowsByColumnValue, toString, updateCols, updateRows
public StringDataSheet()
public StringDataSheet(int minCols, int minRows)
protected boolean isCellEmpty(SheetCell<String> cell)
isCellEmpty
in class ADataSheet<String>
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.