Uses of Interface
com.vaadin.flow.component.spreadsheet.command.Command
-
Packages that use Command Package Description com.vaadin.flow.component.spreadsheet com.vaadin.flow.component.spreadsheet.command -
-
Uses of Command in com.vaadin.flow.component.spreadsheet
Fields in com.vaadin.flow.component.spreadsheet with type parameters of type Command Modifier and Type Field Description protected LinkedList<Command>SpreadsheetHistoryManager. commandsAll executed command in chronological orderMethods in com.vaadin.flow.component.spreadsheet that return Command Modifier and Type Method Description CommandSpreadsheetHistoryManager. getCommand(int historyIndex)Gets the Command at the given history index.Methods in com.vaadin.flow.component.spreadsheet with parameters of type Command Modifier and Type Method Description voidSpreadsheetHistoryManager. addCommand(Command command)Adds a command to the end of the command history.protected voidSpreadsheetHistoryManager. changeSelection(Command command)Applies the cell selection from the given Command.protected voidSpreadsheetHistoryManager. makeSureCorrectSheetActive(Command command)Ensures that the correct sheet is active, as recorded in the given Command. -
Uses of Command in com.vaadin.flow.component.spreadsheet.command
Subinterfaces of Command in com.vaadin.flow.component.spreadsheet.command Modifier and Type Interface Description interfaceValueChangeCommandCommon interface for all Spreadsheet commands that change cell values.Classes in com.vaadin.flow.component.spreadsheet.command that implement Command Modifier and Type Class Description classCellShiftValuesCommandCommand for shifting the value(s) of one or more cells.classCellValueCommandCommand for changing the value of one or more cells.classRowInsertOrDeleteCommandCommand to insert or delete a rowclassSizeChangeCommandCommand for changing the height of row(s) or the width of column(s).classSpreadsheetCommandAbstract base class for Spreadsheet commands.
-