Uses of Class
de.xima.fc.gui.common.model.data.SheetCell
Packages that use SheetCell
-
Uses of SheetCell in de.xima.fc.gui.common.model.data
Methods in de.xima.fc.gui.common.model.data that return SheetCellModifier and TypeMethodDescriptionSheetRow.get
(int index) Gets theSheetCell
at the specified index positionADataSheet.getCell
(int rowIndex, int colIndex) Methods in de.xima.fc.gui.common.model.data that return types with arguments of type SheetCellMethods in de.xima.fc.gui.common.model.data with parameters of type SheetCellModifier and TypeMethodDescriptionvoid
Adds a cell at the specified index position in theSheetRow
void
Adds a cell at the end of theSheetRow
int
protected abstract boolean
ADataSheet.isCellEmpty
(SheetCell<T> cell) protected boolean
StringDataSheet.isCellEmpty
(SheetCell<String> cell) Method parameters in de.xima.fc.gui.common.model.data with type arguments of type SheetCell