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
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected final A
protected ActionBinder<H>
protected final C
protected List<com.vaadin.flow.shared.Registration>
-
Constructor Summary
ConstructorDescriptionAbstractActionBindingImpl
(ActionBinder<H> binder, A action, C component, List<com.vaadin.flow.shared.Registration> registrations) -
Method Summary
-
Field Details
-
binder
-
action
-
component
-
registrations
-
-
Constructor Details
-
AbstractActionBindingImpl
public AbstractActionBindingImpl(ActionBinder<H> binder, A action, C component, @Nullable List<com.vaadin.flow.shared.Registration> registrations)
-
-
Method Details
-
getComponent
- Specified by:
getComponent
in interfaceActionBinding<H extends com.vaadin.flow.component.Component,
A extends Action>
-
getAction
- Specified by:
getAction
in interfaceActionBinding<H extends com.vaadin.flow.component.Component,
A extends Action>
-
unbind
public void unbind()- Specified by:
unbind
in interfaceActionBinding<H extends com.vaadin.flow.component.Component,
A extends Action>
-