Uses of Class
com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand.Type
-
Packages that use SizeChangeCommand.Type Package Description com.vaadin.flow.component.spreadsheet.command -
-
Uses of SizeChangeCommand.Type in com.vaadin.flow.component.spreadsheet.command
Methods in com.vaadin.flow.component.spreadsheet.command that return SizeChangeCommand.Type Modifier and Type Method Description SizeChangeCommand.TypeSizeChangeCommand. getType()Returns the type of size change this represents.static SizeChangeCommand.TypeSizeChangeCommand.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SizeChangeCommand.Type[]SizeChangeCommand.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.vaadin.flow.component.spreadsheet.command with parameters of type SizeChangeCommand.Type Constructor Description SizeChangeCommand(Spreadsheet spreadsheet, SizeChangeCommand.Type type)
-