We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.spreadsheet.command.
Package com.vaadin.flow.component.spreadsheet.command
-
Interface Summary Interface Description Command Common interface for all Spreadsheet commands.
ValueChangeCommand Common interface for all Spreadsheet commands that change cell values.
-
Class Summary Class Description CellShiftValuesCommand Command for shifting the value(s) of one or more cells.
CellValueCommand Command for changing the value of one or more cells.
RowInsertOrDeleteCommand Command to insert or delete a row
SizeChangeCommand Command for changing the height of row(s) or the width of column(s).
SpreadsheetCommand Abstract base class for Spreadsheet commands.
-
Enum Summary Enum Description SizeChangeCommand.Type Determines whether this command applies to a row or to a column.