Uses of Class
com.vaadin.flow.component.spreadsheet.client.CellData
Packages that use CellData
-
Uses of CellData in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return CellDataModifier and TypeMethodDescriptionprotected CellDataCellValueManager.createCellDataForCell(org.apache.poi.ss.usermodel.Cell cell) Methods in com.vaadin.flow.component.spreadsheet that return types with arguments of type CellDataModifier and TypeMethodDescriptionCellValueManager.loadCellDataForRowAndColumnRange(int firstRow, int firstColumn, int lastRow, int lastColumn) Gets cell data for cells within the given bounds. -
Uses of CellData in com.vaadin.flow.component.spreadsheet.rpc
Method parameters in com.vaadin.flow.component.spreadsheet.rpc with type arguments of type CellDataModifier and TypeMethodDescriptionvoidSpreadsheetClientRpc.cellsUpdated(ArrayList<CellData> updatedCellData) voidSpreadsheetClientRpc.updateBottomLeftCellValues(ArrayList<CellData> cellData) voidSpreadsheetClientRpc.updateBottomRightCellValues(ArrayList<CellData> cellData) voidSpreadsheetClientRpc.updateTopLeftCellValues(ArrayList<CellData> cellData) voidSpreadsheetClientRpc.updateTopRightCellValues(ArrayList<CellData> cellData)