Interface ValueChangeCommand
- All Superinterfaces:
Command,Serializable
- All Known Implementing Classes:
CellShiftValuesCommand,CellValueCommand
Common interface for all Spreadsheet commands that change cell values.
- Since:
- 1.0
- Author:
- Vaadin Ltd.
-
Method Summary
Modifier and TypeMethodDescriptionSet<org.apache.poi.ss.util.CellReference> Returns the cells that had their value(s) changed.Methods inherited from interface com.vaadin.flow.component.spreadsheet.command.Command
execute, getActiveSheetIndex, getPaintedCellRange, getSelectedCellReference, setActiveSheetIndex
-
Method Details
-
getChangedCells
Set<org.apache.poi.ss.util.CellReference> getChangedCells()Returns the cells that had their value(s) changed.
-