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

All Superinterfaces:
ActionBinding<C,A>, ActionsHolderBinding<H,A,C>, ShortcutActionBinding<C,A>
All Known Implementing Classes:
ShortcutActionsHolderBindingImpl

public interface ShortcutActionsHolderBinding<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component> extends ActionsHolderBinding<H,A,C>, ShortcutActionBinding<C,A>