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>
@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.
-
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) Deprecated, for removal: This API element is subject to removal in a future version. -
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) Deprecated, for removal: This API element is subject to removal in a future version.
-