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


@Deprecated(since="2.2", forRemoval=true) public interface ComponentActionUnbinder<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
    boolean
    supports(com.vaadin.flow.component.Component component)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    <A extends Action>
    void
    unbind(C component, A action)
    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.
    • unbind

      <A extends Action> void unbind(C component, A action)
      Deprecated, for removal: This API element is subject to removal in a future version.