Package io.jmix.flowui.action.binder
Class ShortcutActionBindingImpl<C extends com.vaadin.flow.component.Component,A extends Action> 
java.lang.Object
io.jmix.flowui.action.binder.AbstractActionBindingImpl<H,A,C>
  
io.jmix.flowui.action.binder.AbstractShortcutActionBindingImpl<C,A,C>
  
io.jmix.flowui.action.binder.ShortcutActionBindingImpl<C,A> 
- All Implemented Interfaces:
- ActionBinding<C,,- A> - ShortcutActionBinding<C,- A> 
@Deprecated(since="2.2",
            forRemoval=true)
public class ShortcutActionBindingImpl<C extends com.vaadin.flow.component.Component,A extends Action> 
extends AbstractShortcutActionBindingImpl<C,A,C>  
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Field SummaryFields inherited from class io.jmix.flowui.action.binder.AbstractShortcutActionBindingImplshortcutCombination, shortcutRegistrationFields inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImplaction, binder, component, registrations
- 
Constructor SummaryConstructorsConstructorDescriptionShortcutActionBindingImpl(ActionBinder<C> 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 SummaryMethods inherited from class io.jmix.flowui.action.binder.AbstractShortcutActionBindingImpladdShortcutRegistrationIfNeeded, getKeyCombinationMethods inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImplgetAction, getComponent, unbindMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.action.binder.ActionBindinggetAction, getComponent, unbind
- 
Constructor Details- 
ShortcutActionBindingImplpublic ShortcutActionBindingImpl(ActionBinder<C> 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.
 
-