Package io.jmix.flowui.action.binder
Class AbstractActionBindingImpl<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>  
- All Implemented Interfaces:
- ActionBinding<C,- A> 
- Direct Known Subclasses:
- AbstractShortcutActionBindingImpl,- ActionBindingImpl,- ActionsHolderBindingImpl
@Deprecated(since="2.2",
            forRemoval=true)
public abstract class AbstractActionBindingImpl<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component>  
extends Object
implements ActionBinding<C,A> 
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final ADeprecated, for removal: This API element is subject to removal in a future version.protected ActionBinder<H>Deprecated, for removal: This API element is subject to removal in a future version.protected final CDeprecated, for removal: This API element is subject to removal in a future version.protected List<com.vaadin.flow.shared.Registration>Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractActionBindingImpl(ActionBinder<H> binder, A action, C component, List<com.vaadin.flow.shared.Registration> registrations) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated, 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.voidunbind()Deprecated, for removal: This API element is subject to removal in a future version.
- 
Field Details- 
binderDeprecated, for removal: This API element is subject to removal in a future version.
- 
actionDeprecated, for removal: This API element is subject to removal in a future version.
- 
componentDeprecated, for removal: This API element is subject to removal in a future version.
- 
registrationsDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Constructor Details- 
AbstractActionBindingImplpublic AbstractActionBindingImpl(ActionBinder<H> binder, A action, C component, @Nullable List<com.vaadin.flow.shared.Registration> registrations) Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getComponentDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getComponentin interface- ActionBinding<H extends com.vaadin.flow.component.Component,- A extends Action> 
 
- 
getActionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getActionin interface- ActionBinding<H extends com.vaadin.flow.component.Component,- A extends Action> 
 
- 
unbindpublic void unbind()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- unbindin interface- ActionBinding<H extends com.vaadin.flow.component.Component,- A extends Action> 
 
 
-