Uses of Interface
com.vaadin.flow.component.spreadsheet.Spreadsheet.CellValueHandler
-
Packages that use Spreadsheet.CellValueHandler Package Description com.vaadin.flow.component.spreadsheet -
-
Uses of Spreadsheet.CellValueHandler in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return Spreadsheet.CellValueHandler Modifier and Type Method Description Spreadsheet.CellValueHandlerSpreadsheet. getCellValueHandler()Spreadsheet.CellValueHandlerCellValueManager. getCustomCellValueHandler()Gets the current CellValueHandlerMethods in com.vaadin.flow.component.spreadsheet with parameters of type Spreadsheet.CellValueHandler Modifier and Type Method Description voidSpreadsheet. setCellValueHandler(Spreadsheet.CellValueHandler customCellValueHandler)Sets theSpreadsheet.CellValueHandlerfor this component (not workbook/sheet specific).voidCellValueManager. setCustomCellValueHandler(Spreadsheet.CellValueHandler customCellValueHandler)Sets the current CellValueHandler
-