public static interface Spreadsheet.SelectionChangeListener
extends com.vaadin.event.SerializableEventListener
| Modifier and Type | Field and Description |
|---|---|
static Method |
SELECTION_CHANGE_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
onSelectionChange(Spreadsheet.SelectionChangeEvent event)
This is called when user changes cell selection.
|
static final Method SELECTION_CHANGE_METHOD
void onSelectionChange(Spreadsheet.SelectionChangeEvent event)
event - SelectionChangeEvent that happenedCopyright © 2013–2026 Vaadin Ltd. All rights reserved.