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 SummaryFields inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImplaction, binder, component, registrations
- 
Constructor SummaryConstructorsConstructorDescriptionActionBindingImpl(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 SummaryMethods inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImplgetAction, getComponent, unbind
- 
Constructor Details- 
ActionBindingImplpublic 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.
 
-