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 Summary
Modifier 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.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
<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.
-