public static interface SpreadsheetWidget.SheetContextMenuHandler
| Modifier and Type | Method and Description |
|---|---|
void |
cellContextMenu(com.google.gwt.dom.client.NativeEvent event,
int column,
int row)
Right click (event) on top of the cell at the indexes.
|
void |
columnHeaderContextMenu(com.google.gwt.dom.client.NativeEvent nativeEvent,
int columnIndex)
Right click (event) on top of column header at the index
|
void |
rowHeaderContextMenu(com.google.gwt.dom.client.NativeEvent nativeEvent,
int rowIndex)
Right click (event) on top of row header at the index
|
void cellContextMenu(com.google.gwt.dom.client.NativeEvent event,
int column,
int row)
event - the browser event related (right mouse button click)column - 1-based, index of cellrow - 1-based, index of cellvoid rowHeaderContextMenu(com.google.gwt.dom.client.NativeEvent nativeEvent,
int rowIndex)
nativeEvent - rowIndex - 1-basedvoid columnHeaderContextMenu(com.google.gwt.dom.client.NativeEvent nativeEvent,
int columnIndex)
nativeEvent - columnIndex - 1-basedCopyright © 2013–2026 Vaadin Ltd. All rights reserved.