Interface ComponentActionsHolderBinder<C extends com.vaadin.flow.component.Component>

All Known Implementing Classes:
GridMenuItemActionBinder, ValuePickerButtonActionBinder

@Deprecated(since="2.2", forRemoval=true) public interface ComponentActionsHolderBinder<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 Type
    Method
    Description
    <H extends com.vaadin.flow.component.Component, A extends Action>
    ActionsHolderBinding<H,A,C>
    bind(ActionBinder<H> binder, A action, C component, BiFunction<C,com.vaadin.flow.component.ComponentEventListener,com.vaadin.flow.shared.Registration> actionHandler)
    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

      <H extends com.vaadin.flow.component.Component, A extends Action> ActionsHolderBinding<H,A,C> bind(ActionBinder<H> binder, A action, C component, BiFunction<C,com.vaadin.flow.component.ComponentEventListener,com.vaadin.flow.shared.Registration> actionHandler)
      Deprecated, for removal: This API element is subject to removal in a future version.