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 SummaryFieldsModifier and TypeFieldDescriptionprotected KeyCombinationDeprecated, for removal: This API element is subject to removal in a future version.protected com.vaadin.flow.component.ShortcutRegistrationDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImplaction, binder, component, registrations
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractShortcutActionBindingImpl(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 SummaryModifier and TypeMethodDescriptionprotected voidaddShortcutRegistrationIfNeeded(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.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
- 
Field Details- 
shortcutRegistrationprotected com.vaadin.flow.component.ShortcutRegistration shortcutRegistrationDeprecated, for removal: This API element is subject to removal in a future version.
- 
shortcutCombinationDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Constructor Details- 
AbstractShortcutActionBindingImplpublic 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- 
addShortcutRegistrationIfNeededprotected void addShortcutRegistrationIfNeeded(@Nullable KeyCombination shortcutCombination, ShortcutActionHandler<C> actionHandler) Deprecated, for removal: This API element is subject to removal in a future version.
- 
getKeyCombinationDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getKeyCombinationin interface- ShortcutActionBinding<H extends com.vaadin.flow.component.Component,- A extends Action> 
 
 
-