Package de.xima.fc.gui.common.model.data
Class StringDataSheet
- java.lang.Object
-
- de.xima.fc.gui.common.model.data.ADataSheet<String>
-
- de.xima.fc.gui.common.model.data.StringDataSheet
-
- All Implemented Interfaces:
Serializable
public class StringDataSheet extends ADataSheet<String>
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.common.model.data.ADataSheet
DEFAULT_MIN_COLS, DEFAULT_MIN_ROWS, DEFAULT_MIN_SPARE_COLS, DEFAULT_MIN_SPARE_ROWS, UNDEFINED_POSITION
-
-
Constructor Summary
Constructors Constructor Description StringDataSheet()
StringDataSheet(int minCols, int minRows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isCellEmpty(SheetCell<String> cell)
-
Methods inherited from class de.xima.fc.gui.common.model.data.ADataSheet
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
-
-
-
-
Method Detail
-
isCellEmpty
protected boolean isCellEmpty(SheetCell<String> cell)
- Specified by:
isCellEmpty
in classADataSheet<String>
-
-