Interface ComponentShortcutActionBinder<C extends com.vaadin.flow.component.Component>
@Deprecated(since="2.2",
            forRemoval=true)
public interface ComponentShortcutActionBinder<C extends com.vaadin.flow.component.Component>
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescription<A extends Action>
 ShortcutActionBinding<C,A> bindShortcut(ActionBinder<C> binder, A action, ShortcutActionHandler<C> actionHandler, boolean overrideComponentProperties) Deprecated, for removal: This API element is subject to removal in a future version.booleansupports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method Details- 
supportsboolean supports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.
- 
bindShortcut<A extends Action> ShortcutActionBinding<C,A> bindShortcut(ActionBinder<C> binder, A action, ShortcutActionHandler<C> actionHandler, boolean overrideComponentProperties) Deprecated, for removal: This API element is subject to removal in a future version.
 
-