Uses of Interface
com.vaadin.flow.component.spreadsheet.framework.Action.Handler
Packages that use Action.Handler
Package
Description
-
Uses of Action.Handler in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet with parameters of type Action.HandlerModifier and TypeMethodDescriptionvoidContextMenuManager.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.HandlerModifier and TypeClassDescriptionclassDefault 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.HandlerModifier and TypeMethodDescriptionvoidAction.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.