Uses of Interface
com.vaadin.flow.component.spreadsheet.Spreadsheet.CellDeletionHandler
-
Packages that use Spreadsheet.CellDeletionHandler Package Description com.vaadin.flow.component.spreadsheet -
-
Uses of Spreadsheet.CellDeletionHandler in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return Spreadsheet.CellDeletionHandler Modifier and Type Method Description Spreadsheet.CellDeletionHandlerSpreadsheet. getCellDeletionHandler()Spreadsheet.CellDeletionHandlerCellValueManager. getCustomCellDeletionHandler()Gets the current CellDeletionHandlerMethods in com.vaadin.flow.component.spreadsheet with parameters of type Spreadsheet.CellDeletionHandler Modifier and Type Method Description voidSpreadsheet. setCellDeletionHandler(Spreadsheet.CellDeletionHandler customCellDeletionHandler)Sets theSpreadsheet.CellDeletionHandlerfor this component (not workbook/sheet specific).voidCellValueManager. setCustomCellDeletionHandler(Spreadsheet.CellDeletionHandler customCellDeletionHandler)Sets the current CellDeletionHandler
-