Uses of Class
com.vaadin.flow.component.spreadsheet.CellValueManager
-
Packages that use CellValueManager Package Description com.vaadin.flow.component.spreadsheet -
-
Uses of CellValueManager in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return CellValueManager Modifier and Type Method Description protected CellValueManager
Spreadsheet. createCellValueManager()
Override if there are desired changes or temporary bug fixes, but be careful - this class should cache values for performance.CellValueManager
Spreadsheet. getCellValueManager()
Gets the CellValueManager for this Spreadsheet.
-