Uses of Class
com.vaadin.flow.component.spreadsheet.client.CellData
-
Packages that use CellData Package Description com.vaadin.flow.component.spreadsheet com.vaadin.flow.component.spreadsheet.rpc -
-
Uses of CellData in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return CellData Modifier and Type Method Description protected CellDataCellValueManager. createCellDataForCell(org.apache.poi.ss.usermodel.Cell cell)Methods in com.vaadin.flow.component.spreadsheet that return types with arguments of type CellData Modifier and Type Method Description protected ArrayList<CellData>CellValueManager. 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 CellData Modifier and Type Method Description voidSpreadsheetClientRpc. cellsUpdated(ArrayList<CellData> updatedCellData)voidSpreadsheetClientRpc. updateBottomLeftCellValues(ArrayList<CellData> cellData)voidSpreadsheetClientRpc. updateBottomRightCellValues(ArrayList<CellData> cellData)voidSpreadsheetClientRpc. updateTopLeftCellValues(ArrayList<CellData> cellData)voidSpreadsheetClientRpc. updateTopRightCellValues(ArrayList<CellData> cellData)
-