Uses of Class
com.vaadin.flow.component.spreadsheet.framework.Action
-
Packages that use Action Package Description com.vaadin.flow.component.spreadsheet.action com.vaadin.flow.component.spreadsheet.framework -
-
Uses of Action in com.vaadin.flow.component.spreadsheet.action
Subclasses of Action in com.vaadin.flow.component.spreadsheet.action Modifier and Type Class Description classDeleteRowActionSpreadsheet action for deleting a single row.classDeleteTableActionSpreadsheet action for deleting a SpreadsheetTable.classEditCellCommentActionSpreadsheet action for inserting or deleting a comment to a cell.classHideHeaderActionSpreadsheet action for hiding a single row or column.classInsertDeleteCellCommentActionSpreadsheet action for inserting or deleting a comment to a cell.classInsertNewRowActionSpreadsheet action for inserting a new row to the sheet.classInsertTableActionSpreadsheet action for inserting a new SpreadsheetTable.classMergeCellsActionSpreadsheet action for merging two or more cells.classShowHideCellCommentActionSpreadsheet action for showing or hiding a cell comment.classSpreadsheetActionAbstract base class for Spreadsheet actions.classUnHideHeadersActionSpreadsheet action for showing hidden columns or rows.classUnMergeCellsActionSpreadsheet action for breaking a merged cell into its constituents.Methods in com.vaadin.flow.component.spreadsheet.action that return Action Modifier and Type Method Description Action[]SpreadsheetDefaultActionHandler. getActions(Object target, Object sender)Methods in com.vaadin.flow.component.spreadsheet.action with parameters of type Action Modifier and Type Method Description voidSpreadsheetDefaultActionHandler. 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 Action Modifier and Type Method Description <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 Action Modifier and Type Method Description Action[]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 Action Modifier and Type Method Description voidAction.Handler. handleAction(Action action, Object sender, Object target)Handles an action for the given target.
-