Package io.jmix.flowui.action.binder
Class ActionBindingImpl<C extends com.vaadin.flow.component.Component,A extends Action>
java.lang.Object
io.jmix.flowui.action.binder.AbstractActionBindingImpl<C,A,C>
io.jmix.flowui.action.binder.ActionBindingImpl<C,A>
- All Implemented Interfaces:
ActionBinding<C,
A>
public class ActionBindingImpl<C extends com.vaadin.flow.component.Component,A extends Action>
extends AbstractActionBindingImpl<C,A,C>
-
Field Summary
Fields inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImpl
action, binder, component, registrations
-
Constructor Summary
ConstructorDescriptionActionBindingImpl
(ActionBinder<C> binder, 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
-
Constructor Details
-
ActionBindingImpl
public ActionBindingImpl(ActionBinder<C> binder, 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)
-