Class ShortcutActionBindingImpl<C extends com.vaadin.flow.component.Component,A extends Action>

All Implemented Interfaces:
ActionBinding<C,A>, ShortcutActionBinding<C,A>

@Deprecated(since="2.2", forRemoval=true) public class ShortcutActionBindingImpl<C extends com.vaadin.flow.component.Component,A extends Action> extends AbstractShortcutActionBindingImpl<C,A,C>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ShortcutActionBindingImpl

      public ShortcutActionBindingImpl(ActionBinder<C> binder, A action, C component, ShortcutActionHandler<C> actionHandler, @Nullable List<com.vaadin.flow.shared.Registration> registrations)
      Deprecated, for removal: This API element is subject to removal in a future version.