Interface ShortcutActionHandler<C extends com.vaadin.flow.component.Component>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated(since="2.2", forRemoval=true) @FunctionalInterface public interface ShortcutActionHandler<C extends com.vaadin.flow.component.Component>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.component.ShortcutRegistration
    handle(C component, com.vaadin.flow.component.ShortcutEventListener listener, KeyCombination keyCombination)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • handle

      com.vaadin.flow.component.ShortcutRegistration handle(C component, com.vaadin.flow.component.ShortcutEventListener listener, KeyCombination keyCombination)
      Deprecated, for removal: This API element is subject to removal in a future version.