public interface SpreadsheetClientRpc
extends com.vaadin.shared.communication.ClientRpc
| Modifier and Type | Method and Description |
|---|---|
void |
cellsUpdated(ArrayList<CellData> updatedCellData) |
void |
editCellComment(int col,
int row) |
void |
invalidCellAddress() |
void |
refreshCellStyles() |
void |
setSelectedCellAndRange(String name,
int col,
int row,
int c1,
int c2,
int r1,
int r2,
boolean scroll)
Updates the selected cell and painted range.
|
void |
showActions(ArrayList<SpreadsheetActionDetails> actionDetails)
The String arrays contain the caption and the icon resource key.
|
void |
showSelectedCell(String name,
int col,
int row,
String cellValue,
boolean function,
boolean locked,
boolean initialSelection) |
void |
updateBottomLeftCellValues(ArrayList<CellData> cellData) |
void |
updateBottomRightCellValues(ArrayList<CellData> cellData) |
void |
updateFormulaBar(String possibleName,
int col,
int row) |
void |
updateTopLeftCellValues(ArrayList<CellData> cellData) |
void |
updateTopRightCellValues(ArrayList<CellData> cellData) |
void updateFormulaBar(String possibleName, int col, int row)
col - Selected cell's column. 1-basedrow - Selected cell's row. 1-basedvoid invalidCellAddress()
void showSelectedCell(String name, int col, int row, String cellValue, boolean function, boolean locked, boolean initialSelection)
void showActions(ArrayList<SpreadsheetActionDetails> actionDetails)
actionDetails - void setSelectedCellAndRange(String name, int col, int row, int c1, int c2, int r1, int r2, boolean scroll)
void refreshCellStyles()
void editCellComment(int col,
int row)
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.