Interface ComponentActionBinder<C extends com.vaadin.flow.component.Component>
public interface ComponentActionBinder<C extends com.vaadin.flow.component.Component>
- 
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) booleansupports(com.vaadin.flow.component.Component component)  
- 
Method Details
- 
supports
boolean supports(com.vaadin.flow.component.Component component)  - 
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)  
 -