| Package | Description |
|---|---|
| com.vaadin.addon.spreadsheet | |
| com.vaadin.addon.spreadsheet.command |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<Command> |
SpreadsheetHistoryManager.commands
All executed command in chronological order
|
| Modifier and Type | Method and Description |
|---|---|
Command |
SpreadsheetHistoryManager.getCommand(int historyIndex)
Gets the Command at the given history index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetHistoryManager.addCommand(Command command)
Adds a command to the end of the command history.
|
protected void |
SpreadsheetHistoryManager.changeSelection(Command command)
Applies the cell selection from the given Command.
|
protected void |
SpreadsheetHistoryManager.makeSureCorrectSheetActive(Command command)
Ensures that the correct sheet is active, as recorded in the given
Command.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueChangeCommand
Common interface for all Spreadsheet commands that change cell values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellShiftValuesCommand
Command for shifting the value(s) of one or more cells.
|
class |
CellValueCommand
Command for changing the value of one or more cells.
|
class |
RowInsertOrDeleteCommand
Command to insert or delete a row
|
class |
SizeChangeCommand
Command for changing the height of row(s) or the width of column(s).
|
class |
SpreadsheetCommand
Abstract base class for Spreadsheet commands.
|
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.