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


@Deprecated(since="2.2", forRemoval=true) public interface ComponentShortcutActionsHolderBinder<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
    <H extends com.vaadin.flow.component.Component, A extends Action>
    ShortcutActionsHolderBinding<H,A,C>
    bindShortcut(ActionBinder<H> binder, A action, C component, ShortcutActionHandler<C> actionHandler)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    supports(com.vaadin.flow.component.Component component)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • supports

      boolean supports(com.vaadin.flow.component.Component component)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • bindShortcut

      <H extends com.vaadin.flow.component.Component, A extends Action> ShortcutActionsHolderBinding<H,A,C> bindShortcut(ActionBinder<H> binder, A action, C component, ShortcutActionHandler<C> actionHandler)
      Deprecated, for removal: This API element is subject to removal in a future version.