Interface ShortcutActionBinding<C extends com.vaadin.flow.component.Component,A extends Action>

All Superinterfaces:
ActionBinding<C,A>
All Known Subinterfaces:
ShortcutActionsHolderBinding<H,A,C>
All Known Implementing Classes:
AbstractShortcutActionBindingImpl, ShortcutActionBindingImpl, ShortcutActionsHolderBindingImpl

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

    • getKeyCombination

      Optional<KeyCombination> getKeyCombination()
      Deprecated, for removal: This API element is subject to removal in a future version.