Interface ValueChangeCommand
-
- All Superinterfaces:
Command
,Serializable
- All Known Implementing Classes:
CellShiftValuesCommand
,CellValueCommand
public interface ValueChangeCommand extends Command
Common interface for all Spreadsheet commands that change cell values.- Since:
- 1.0
- Author:
- Vaadin Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<org.apache.poi.ss.util.CellReference>
getChangedCells()
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 Detail
-
getChangedCells
Set<org.apache.poi.ss.util.CellReference> getChangedCells()
Returns the cells that had their value(s) changed.
-
-