public interface SpreadsheetServerRpc extends com.vaadin.shared.communication.ServerRpc, SpreadsheetHandler
| Modifier and Type | Method and Description |
|---|---|
void |
actionOnColumnHeader(String actionKey)
The action was selected from context menu for the column header.
|
void |
actionOnCurrentSelection(String actionKey)
The action was selected from context menu for the current selection.
|
void |
actionOnRowHeader(String actionKey)
The action was selected from context menu for the row header.
|
void |
columnHeaderContextMenuOpen(int columnIndex)
Context menu should be created for the column.
|
void |
contextMenuOpenOnSelection(int row,
int column)
Context menu should be created for the appropriate selection.
|
void |
onConnectorInit()
Called when the client side connector has been initialized.
|
void |
rowHeaderContextMenuOpen(int rowIndex)
Context menu should be created for the row.
|
cellAddedToSelectionAndSelected, cellRangePainted, cellRangeSelected, cellsAddedToRangeSelection, cellSelected, cellValueEdited, clearSelectedCellsOnCut, columnAddedToSelection, columnResized, columnSelected, deleteSelectedCells, linkCellClicked, onColumnAutofit, onPaste, onRedo, onRowAutofit, onSheetScroll, onUndo, protectedCellWriteAttempted, rowAddedToRangeSelection, rowSelected, rowsResized, selectionDecreasePainted, selectionIncreasePainted, setCellStyleWidthRatios, sheetAddressChanged, sheetCreated, sheetRenamed, sheetSelected, updateCellCommentlevelHeaderClicked, setGroupingCollapsedvoid onConnectorInit()
void contextMenuOpenOnSelection(int row,
int column)
Selection can change if the cell at the given indexes isn't included in the previous selection.
row - 1-basedcolumn - 1-basedvoid actionOnCurrentSelection(String actionKey)
actionKey - void rowHeaderContextMenuOpen(int rowIndex)
rowIndex - 1-basedvoid actionOnRowHeader(String actionKey)
actionKey - void columnHeaderContextMenuOpen(int columnIndex)
columnIndex - 1-basedvoid actionOnColumnHeader(String actionKey)
actionKey - Copyright © 2013–2026 Vaadin Ltd. All rights reserved.