Uses of Class
de.xima.fc.gui.common.model.data.SheetRow
- 
Packages that use SheetRow Package Description de.xima.fc.gui.bean.templates de.xima.fc.gui.common.model.data  - 
- 
Uses of SheetRow in de.xima.fc.gui.bean.templates
Methods in de.xima.fc.gui.bean.templates with parameters of type SheetRow Modifier and Type Method Description booleanTemplatesSheetBean. isCellReadOnly(Integer columnIndex, SheetRow<String> row) - 
Uses of SheetRow in de.xima.fc.gui.common.model.data
Methods in de.xima.fc.gui.common.model.data that return SheetRow Modifier and Type Method 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.Methods in de.xima.fc.gui.common.model.data that return types with arguments of type SheetRow Modifier and Type Method Description List<SheetRow<T>>ADataSheet. getRows()Method parameters in de.xima.fc.gui.common.model.data with type arguments of type SheetRow Modifier and Type Method Description voidADataSheet. removeRowIf(Predicate<SheetRow<T>> predicate)voidADataSheet. setRows(Collection<SheetRow<T>> rows)Sets the rows of this sheet to the given rows.voidADataSheet. sortRows(Comparator<SheetRow<T>> comparator)Sorts the rows by the given comparator, while ensuring the invariants of this data sheet. 
 -