| Package | Description | 
|---|---|
| de.xima.fc.gui.common.model.data | 
| Modifier and Type | Method and Description | 
|---|---|
SheetCell<T> | 
SheetRow.get(int index)
Gets the  
SheetCell at the specified index position | 
SheetCell<T> | 
ADataSheet.getCell(int rowIndex,
       int colIndex)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SheetCell<T>> | 
SheetRow.getCells()  | 
Iterator<SheetCell<T>> | 
SheetRow.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SheetRow.addCell(int index,
       SheetCell<T> cell)
Adds a cell at the specified index position in the  
SheetRow | 
void | 
SheetRow.addCell(SheetCell<T> cell)
Adds a cell at the end of the  
SheetRow | 
int | 
SheetCell.compareTo(SheetCell<T> o)  | 
protected boolean | 
StringDataSheet.isCellEmpty(SheetCell<String> cell)  | 
protected abstract boolean | 
ADataSheet.isCellEmpty(SheetCell<T> cell)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SheetRow.setCells(List<SheetCell<T>> cells)  | 
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.