Uses of Class
com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
Packages that use SpreadsheetAction
-
Uses of SpreadsheetAction in com.vaadin.flow.component.spreadsheet.action
Subclasses of SpreadsheetAction in com.vaadin.flow.component.spreadsheet.actionModifier and TypeClassDescriptionclassSpreadsheet action for deleting a single row.classSpreadsheet action for deleting a SpreadsheetTable.classSpreadsheet action for inserting or deleting a comment to a cell.classSpreadsheet action for hiding a single row or column.classSpreadsheet action for inserting or deleting a comment to a cell.classSpreadsheet action for inserting a new row to the sheet.classSpreadsheet action for inserting a new SpreadsheetTable.classSpreadsheet action for merging two or more cells.classSpreadsheet action for showing or hiding a cell comment.classSpreadsheet action for showing hidden columns or rows.classSpreadsheet action for breaking a merged cell into its constituents.Methods in com.vaadin.flow.component.spreadsheet.action with parameters of type SpreadsheetActionModifier and TypeMethodDescriptionvoidSpreadsheetDefaultActionHandler.addSpreadsheetAction(SpreadsheetAction action) Adds the given SpreadsheetAction to this handler.booleanSpreadsheetDefaultActionHandler.removeSpreadsheetAction(SpreadsheetAction action) Removes the given SpreadsheetAction from this handler.