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

All Known Subinterfaces:
ActionsHolderBinding<H,A,C>, ShortcutActionBinding<C,A>, ShortcutActionsHolderBinding<H,A,C>
All Known Implementing Classes:
AbstractActionBindingImpl, AbstractShortcutActionBindingImpl, ActionBindingImpl, ActionsHolderBindingImpl, ShortcutActionBindingImpl, ShortcutActionsHolderBindingImpl

public interface ActionBinding<C extends com.vaadin.flow.component.Component,A extends Action>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
     
  • Method Details

    • getComponent

      C getComponent()
    • getAction

      A getAction()
    • unbind

      void unbind()