Interface ActionsHolderBinding<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component>

All Superinterfaces:
ActionBinding<C,A>
All Known Subinterfaces:
ShortcutActionsHolderBinding<H,A,C>
All Known Implementing Classes:
ActionsHolderBindingImpl, ShortcutActionsHolderBindingImpl

@Deprecated(since="2.2", forRemoval=true) public interface ActionsHolderBinding<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component> extends ActionBinding<C,A>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from interface io.jmix.flowui.action.binder.ActionBinding

    getAction, getComponent, unbind
  • Method Details

    • getHolder

      H getHolder()
      Deprecated, for removal: This API element is subject to removal in a future version.