Uses of Class
de.xima.fc.gui.common.model.data.SheetRow
Packages that use SheetRow
-
Uses of SheetRow in de.xima.fc.gui.bean.templates
Methods in de.xima.fc.gui.bean.templates with parameters of type SheetRowModifier and TypeMethodDescriptionboolean
TemplatesSheetBean.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 SheetRowModifier and TypeMethodDescriptionADataSheet.addRow
(int rowIdx) Adds a new row at the given index.ADataSheet.addRowLast()
Adds a new row at the end of the rows list.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 SheetRowMethod parameters in de.xima.fc.gui.common.model.data with type arguments of type SheetRowModifier and TypeMethodDescriptionvoid
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.