Uses of Class
com.vaadin.addon.spreadsheet.client.CellData
-
Packages that use CellData Package Description com.vaadin.addon.spreadsheet.client com.vaadin.component.spreadsheet.client.js -
-
Uses of CellData in com.vaadin.addon.spreadsheet.client
Methods in com.vaadin.addon.spreadsheet.client that return CellData Modifier and Type Method Description CellDataSheetWidget. getCellData(int column, int row)Methods in com.vaadin.addon.spreadsheet.client with parameters of type CellData Modifier and Type Method Description voidCell. update(int col, int row, CellData cellData)Method parameters in com.vaadin.addon.spreadsheet.client with type arguments of type CellData Modifier and Type Method Description voidSpreadsheetClientRpc. cellsUpdated(ArrayList<CellData> updatedCellData)voidSheetWidget. cellValuesUpdated(ArrayList<CellData> updatedCellData)voidSpreadsheetWidget. cellValuesUpdated(ArrayList<CellData> updatedCellData)This can contain values for any of the panes or values that are just in the client side cache, but the cell is not actually visible.voidSheetWidget. updateBottomLeftCellValues(List<CellData> cellData2)voidSpreadsheetClientRpc. updateBottomLeftCellValues(ArrayList<CellData> cellData)voidSpreadsheetWidget. updateBottomLeftCellValues(ArrayList<CellData> cellData)voidSheetWidget. updateBottomRightCellValues(List<CellData> cellData2)voidSpreadsheetClientRpc. updateBottomRightCellValues(ArrayList<CellData> cellData)voidSpreadsheetWidget. updateBottomRightCellValues(ArrayList<CellData> cellData)voidSheetWidget. updateTopLeftCellValues(List<CellData> cellData2)voidSpreadsheetClientRpc. updateTopLeftCellValues(ArrayList<CellData> cellData)voidSpreadsheetWidget. updateTopLeftCellValues(ArrayList<CellData> cellData)voidSheetWidget. updateTopRightCellValues(List<CellData> cellData2)voidSpreadsheetClientRpc. updateTopRightCellValues(ArrayList<CellData> cellData)voidSpreadsheetWidget. updateTopRightCellValues(ArrayList<CellData> cellData)Constructors in com.vaadin.addon.spreadsheet.client with parameters of type CellData Constructor Description Cell(SheetWidget sheetWidget, int col, int row, CellData cellData) -
Uses of CellData in com.vaadin.component.spreadsheet.client.js
Methods in com.vaadin.component.spreadsheet.client.js that return types with arguments of type CellData Modifier and Type Method Description static ArrayList<CellData>Parser. parseArraylistOfCellData(String raw)
-