Package io.jmix.flowui.action.binder
Class ShortcutActionsHolderBindingImpl<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>
  
io.jmix.flowui.action.binder.ShortcutActionsHolderBindingImpl<H,A,C>  
- All Implemented Interfaces:
- ActionBinding<C,,- A> - ActionsHolderBinding<H,,- A, - C> - ShortcutActionBinding<C,,- A> - ShortcutActionsHolderBinding<H,- A, - C> 
@Deprecated(since="2.2",
            forRemoval=true)
public class ShortcutActionsHolderBindingImpl<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component>  
extends AbstractShortcutActionBindingImpl<H,A,C>
implements ShortcutActionsHolderBinding<H,A,C>    
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final HDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class io.jmix.flowui.action.binder.AbstractShortcutActionBindingImplshortcutCombination, shortcutRegistrationFields inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImplaction, binder, component, registrations
- 
Constructor SummaryConstructorsConstructorDescriptionShortcutActionsHolderBindingImpl(ActionBinder<H> binder, H holder, 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, unbindMethods inherited from interface io.jmix.flowui.action.binder.ShortcutActionBindinggetKeyCombination
- 
Field Details- 
holderDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Constructor Details- 
ShortcutActionsHolderBindingImplpublic ShortcutActionsHolderBindingImpl(ActionBinder<H> binder, H holder, 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