-
For Removal Element Description com.vaadin.flow.component.spreadsheet.Spreadsheet.isCellLocked(Cell) Due to requiring a cell instance, this method can not determine the locked state of cells that have not been created yet. UseSpreadsheet.isCellLocked(CellAddress)instead.
-
Methods Method Description com.vaadin.flow.component.spreadsheet.framework.Action.ShortcutNotifier.removeShortcutListener(ShortcutEventListener) As of 8.0, replaced byRegistration.remove()in the registration object returned fromAction.ShortcutNotifier.addShortcutListener(ShortcutEventListener).com.vaadin.flow.component.spreadsheet.Spreadsheet.isCellLocked(Cell) Due to requiring a cell instance, this method can not determine the locked state of cells that have not been created yet. UseSpreadsheet.isCellLocked(CellAddress)instead.com.vaadin.flow.component.spreadsheet.Spreadsheet.setSheetHidden(int, int)