Uses of Enum Class
com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand.Type
Packages that use SizeChangeCommand.Type
-
Uses of SizeChangeCommand.Type in com.vaadin.flow.component.spreadsheet.command
Methods in com.vaadin.flow.component.spreadsheet.command that return SizeChangeCommand.TypeModifier and TypeMethodDescriptionSizeChangeCommand.getType()Returns the type of size change this represents.static SizeChangeCommand.TypeReturns the enum constant of this class with the specified name.static SizeChangeCommand.Type[]SizeChangeCommand.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.flow.component.spreadsheet.command with parameters of type SizeChangeCommand.TypeModifierConstructorDescriptionSizeChangeCommand(Spreadsheet spreadsheet, SizeChangeCommand.Type type)