Package io.jmix.flowui.action.binder
Class ActionsHolderBindingImpl<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.ActionsHolderBindingImpl<H,A,C>
- All Implemented Interfaces:
ActionBinding<C,
,A> ActionsHolderBinding<H,
A, C>
public class ActionsHolderBindingImpl<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component>
extends AbstractActionBindingImpl<H,A,C>
implements ActionsHolderBinding<H,A,C>
-
Field Summary
Fields inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImpl
action, binder, component, registrations
-
Constructor Summary
ConstructorDescriptionActionsHolderBindingImpl
(ActionBinder<H> binder, H holder, A action, C component, BiFunction<C, com.vaadin.flow.component.ComponentEventListener, com.vaadin.flow.shared.Registration> actionHandler, List<com.vaadin.flow.shared.Registration> registrations) -
Method Summary
Methods inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImpl
getAction, getComponent, unbind
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.flowui.action.binder.ActionBinding
getAction, getComponent, unbind
-
Field Details
-
holder
-
-
Constructor Details
-
ActionsHolderBindingImpl
public ActionsHolderBindingImpl(ActionBinder<H> binder, H holder, A action, C component, BiFunction<C, com.vaadin.flow.component.ComponentEventListener, com.vaadin.flow.shared.Registration> actionHandler, @Nullable List<com.vaadin.flow.shared.Registration> registrations)
-
-
Method Details