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 Summary
Modifier 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.boolean
supports
(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
supports
boolean 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.
-