| Package | Description | 
|---|---|
| de.xima.fc.gui.bean.templates | |
| de.xima.fc.gui.common.model.data | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TemplatesSheetBean.isCellReadOnly(Integer columnIndex,
              SheetRow<String> row)  | 
| Modifier and Type | Method and Description | 
|---|---|
SheetRow<T> | 
ADataSheet.addRow(int rowIdx)
Adds a new row at the given index. 
 | 
SheetRow<T> | 
ADataSheet.addRowLast()
Adds a new row at the end of the rows list. 
 | 
SheetRow<T> | 
ADataSheet.findRowByCellValue(T searchValue,
                  int columnIndex)
Finds the first row with the value at the given column index. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<SheetRow<T>> | 
ADataSheet.getRows()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ADataSheet.removeRowIf(Predicate<SheetRow<T>> predicate)  | 
void | 
ADataSheet.setRows(Collection<SheetRow<T>> rows)
Sets the rows of this sheet to the given rows. 
 | 
void | 
ADataSheet.sortRows(Comparator<SheetRow<T>> comparator)
Sorts the rows by the given comparator, while ensuring the invariants of this data sheet. 
 | 
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.