public static interface Spreadsheet.CellValueChangeListener
extends com.vaadin.event.SerializableEventListener
| Modifier and Type | Field and Description |
|---|---|
static Method |
CELL_VALUE_CHANGE_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
onCellValueChange(Spreadsheet.CellValueChangeEvent event)
This is called when user changes the cell value in Spreadsheet.
|
static final Method CELL_VALUE_CHANGE_METHOD
void onCellValueChange(Spreadsheet.CellValueChangeEvent event)
event - CellValueChangeEvent that happenedCopyright © 2013–2026 Vaadin Ltd. All rights reserved.