Uses of Class
com.vaadin.flow.component.spreadsheet.framework.Action
Packages that use Action
Package
Description
-
Uses of Action in com.vaadin.flow.component.spreadsheet.action
Subclasses of Action 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.classAbstract base class for Spreadsheet actions.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 that return ActionModifier and TypeMethodDescriptionAction[]SpreadsheetDefaultActionHandler.getActions(Object target, Object sender) Methods in com.vaadin.flow.component.spreadsheet.action with parameters of type ActionModifier and TypeMethodDescriptionvoidSpreadsheetDefaultActionHandler.handleAction(Action action, Object sender, Object target) -
Uses of Action in com.vaadin.flow.component.spreadsheet.framework
Methods in com.vaadin.flow.component.spreadsheet.framework with type parameters of type ActionModifier and TypeMethodDescription<T extends Action & Action.Listener>
voidAction.Notifier.addAction(T action) <T extends Action & Action.Listener>
voidAction.Notifier.removeAction(T action) Methods in com.vaadin.flow.component.spreadsheet.framework that return ActionModifier and TypeMethodDescriptionAction[]Action.Handler.getActions(Object target, Object sender) Gets the list of actions applicable to this handler.Methods in com.vaadin.flow.component.spreadsheet.framework with parameters of type ActionModifier and TypeMethodDescriptionvoidAction.Handler.handleAction(Action action, Object sender, Object target) Handles an action for the given target.