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
FieldsModifier and TypeFieldDescriptionprotected final Aprotected ActionBinder<H>protected final Cprotected List<com.vaadin.flow.shared.Registration> -
Constructor Summary
ConstructorsConstructorDescriptionAbstractActionBindingImpl(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:
getComponentin interfaceActionBinding<H extends com.vaadin.flow.component.Component,A extends Action>
-
getAction
- Specified by:
getActionin interfaceActionBinding<H extends com.vaadin.flow.component.Component,A extends Action>
-
unbind
public void unbind()- Specified by:
unbindin interfaceActionBinding<H extends com.vaadin.flow.component.Component,A extends Action>
-