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>
  • 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)