Uses of Interface
com.vaadin.flow.component.spreadsheet.command.Command
Packages that use Command
Package
Description
-
Uses of Command in com.vaadin.flow.component.spreadsheet
Fields in com.vaadin.flow.component.spreadsheet with type parameters of type CommandModifier and TypeFieldDescriptionprotected final LinkedList<Command>SpreadsheetHistoryManager.commandsAll executed command in chronological orderMethods in com.vaadin.flow.component.spreadsheet that return CommandModifier and TypeMethodDescriptionSpreadsheetHistoryManager.getCommand(int historyIndex) Gets the Command at the given history index.Methods in com.vaadin.flow.component.spreadsheet with parameters of type CommandModifier and TypeMethodDescriptionvoidSpreadsheetHistoryManager.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.commandModifier and TypeInterfaceDescriptioninterfaceCommon interface for all Spreadsheet commands that change cell values.Classes in com.vaadin.flow.component.spreadsheet.command that implement CommandModifier and TypeClassDescriptionclassCommand for shifting the value(s) of one or more cells.classCommand for changing the value of one or more cells.classCommand to insert or delete a rowclassCommand for changing the height of row(s) or the width of column(s).classAbstract base class for Spreadsheet commands.