Interface ComponentActionBinder<C extends com.vaadin.flow.component.Component>
@Deprecated(since="2.2",
            forRemoval=true)
public interface ComponentActionBinder<C extends com.vaadin.flow.component.Component>
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescription<A extends Action>
 ActionBinding<C,A> bind(ActionBinder<C> binder, A action, BiFunction<C, com.vaadin.flow.component.ComponentEventListener, com.vaadin.flow.shared.Registration> actionHandler, boolean overrideComponentProperties) Deprecated, for removal: This API element is subject to removal in a future version.booleansupports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method Details- 
supportsboolean supports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.
- 
bind<A extends Action> ActionBinding<C,A> bind(ActionBinder<C> binder, A action, BiFunction<C, com.vaadin.flow.component.ComponentEventListener, com.vaadin.flow.shared.Registration> actionHandler, boolean overrideComponentProperties) Deprecated, for removal: This API element is subject to removal in a future version.
 
-