Interface ComponentShortcutActionsHolderBinder<C extends com.vaadin.flow.component.Component>
public interface ComponentShortcutActionsHolderBinder<C extends com.vaadin.flow.component.Component>
-
Method Summary
Modifier and TypeMethodDescription<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) boolean
supports
(com.vaadin.flow.component.Component component)
-
Method Details
-
supports
boolean supports(com.vaadin.flow.component.Component component) -
bindShortcut
<H extends com.vaadin.flow.component.Component,A extends Action> ShortcutActionsHolderBinding<H,A, bindShortcutC> (ActionBinder<H> binder, A action, C component, ShortcutActionHandler<C> actionHandler)
-