Uses of Class
com.vaadin.addon.spreadsheet.client.CellData
Packages that use CellData
-
Uses of CellData in com.vaadin.addon.spreadsheet.client
Methods in com.vaadin.addon.spreadsheet.client that return CellDataMethods in com.vaadin.addon.spreadsheet.client with parameters of type CellDataMethod parameters in com.vaadin.addon.spreadsheet.client with type arguments of type CellDataModifier and TypeMethodDescriptionvoidSpreadsheetClientRpc.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 -
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