Package io.jmix.flowui.action.binder
Class AbstractShortcutActionBindingImpl<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component>
java.lang.Object
io.jmix.flowui.action.binder.AbstractActionBindingImpl<H,A,C>
io.jmix.flowui.action.binder.AbstractShortcutActionBindingImpl<H,A,C>
- All Implemented Interfaces:
ActionBinding<C,
,A> ShortcutActionBinding<C,
A>
- Direct Known Subclasses:
ShortcutActionBindingImpl
,ShortcutActionsHolderBindingImpl
@Deprecated(since="2.2",
forRemoval=true)
public abstract class AbstractShortcutActionBindingImpl<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component>
extends AbstractActionBindingImpl<H,A,C>
implements ShortcutActionBinding<C,A>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Modifier and TypeFieldDescriptionprotected KeyCombination
Deprecated, for removal: This API element is subject to removal in a future version.protected com.vaadin.flow.component.ShortcutRegistration
Deprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImpl
action, binder, component, registrations
-
Constructor Summary
ConstructorDescriptionAbstractShortcutActionBindingImpl
(ActionBinder<H> binder, A action, C component, ShortcutActionHandler<C> actionHandler, List<com.vaadin.flow.shared.Registration> registrations) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addShortcutRegistrationIfNeeded
(KeyCombination shortcutCombination, ShortcutActionHandler<C> actionHandler) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImpl
getAction, getComponent, unbind
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.flowui.action.binder.ActionBinding
getAction, getComponent, unbind
-
Field Details
-
shortcutRegistration
protected com.vaadin.flow.component.ShortcutRegistration shortcutRegistrationDeprecated, for removal: This API element is subject to removal in a future version. -
shortcutCombination
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
AbstractShortcutActionBindingImpl
public AbstractShortcutActionBindingImpl(ActionBinder<H> binder, A action, C component, ShortcutActionHandler<C> actionHandler, @Nullable List<com.vaadin.flow.shared.Registration> registrations) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
addShortcutRegistrationIfNeeded
protected void addShortcutRegistrationIfNeeded(@Nullable KeyCombination shortcutCombination, ShortcutActionHandler<C> actionHandler) Deprecated, for removal: This API element is subject to removal in a future version. -
getKeyCombination
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getKeyCombination
in interfaceShortcutActionBinding<H extends com.vaadin.flow.component.Component,
A extends Action>
-