Package io.jmix.flowui.action.binder
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
public interface ActionsHolderBinding<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component>
extends ActionBinding<C,A>
-
Method Summary
Methods inherited from interface io.jmix.flowui.action.binder.ActionBinding
getAction, getComponent, unbind
-
Method Details
-
getHolder
H getHolder()
-