Uses of Interface
com.vaadin.flow.component.spreadsheet.framework.Action.Handler
-
Packages that use Action.Handler Package Description com.vaadin.flow.component.spreadsheet com.vaadin.flow.component.spreadsheet.action com.vaadin.flow.component.spreadsheet.framework -
-
Uses of Action.Handler in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet with parameters of type Action.Handler Modifier and Type Method Description voidContextMenuManager. addActionHandler(Action.Handler actionHandler)Adds the given context menu action handler to the target spreadsheet.voidSpreadsheet. addActionHandler(Action.Handler actionHandler)Adds an action handler to the spreadsheet that handles the event produced by the context menu (right click) on cells and row and column headers.voidContextMenuManager. removeActionHandler(Action.Handler actionHandler)Removes the given context menu action handler from the target spreadsheet.voidSpreadsheet. removeActionHandler(Action.Handler actionHandler) -
Uses of Action.Handler in com.vaadin.flow.component.spreadsheet.action
Classes in com.vaadin.flow.component.spreadsheet.action that implement Action.Handler Modifier and Type Class Description classSpreadsheetDefaultActionHandlerDefault action handler for Spreadsheet actions. -
Uses of Action.Handler in com.vaadin.flow.component.spreadsheet.framework
Methods in com.vaadin.flow.component.spreadsheet.framework with parameters of type Action.Handler Modifier and Type Method Description voidAction.Container. addActionHandler(Action.Handler actionHandler)Registers a new action handler for this container.voidAction.Container. removeActionHandler(Action.Handler actionHandler)Removes a previously registered action handler for the contents of this container.
-