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.

@FunctionalInterface public interface ShortcutActionHandler<C extends com.vaadin.flow.component.Component>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.component.ShortcutRegistration
    handle(C component, com.vaadin.flow.component.ShortcutEventListener listener, KeyCombination keyCombination)
     
  • Method Details

    • handle

      com.vaadin.flow.component.ShortcutRegistration handle(C component, com.vaadin.flow.component.ShortcutEventListener listener, KeyCombination keyCombination)