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>

@Deprecated(since="2.2", forRemoval=true) public class ActionBindingImpl<C extends com.vaadin.flow.component.Component,A extends Action> extends AbstractActionBindingImpl<C,A,C>
Deprecated, for removal: This API element is subject to removal in a future version.
  • 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)
      Deprecated, for removal: This API element is subject to removal in a future version.