Interface ComponentShortcutActionBinder<C extends com.vaadin.flow.component.Component>
public interface ComponentShortcutActionBinder<C extends com.vaadin.flow.component.Component>
- 
Method Summary
Modifier and TypeMethodDescription<A extends Action>
ShortcutActionBinding<C,A> bindShortcut(ActionBinder<C> binder, A action, ShortcutActionHandler<C> actionHandler, boolean overrideComponentProperties) booleansupports(com.vaadin.flow.component.Component component)  
- 
Method Details
- 
supports
boolean supports(com.vaadin.flow.component.Component component)  - 
bindShortcut
<A extends Action> ShortcutActionBinding<C,A> bindShortcut(ActionBinder<C> binder, A action, ShortcutActionHandler<C> actionHandler, boolean overrideComponentProperties)  
 -