Package io.jmix.flowui.action.binder
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
@Deprecated(since="2.2",
forRemoval=true)
public interface ActionBinding<C extends com.vaadin.flow.component.Component,A extends Action>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.void
unbind()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getComponent
C getComponent()Deprecated, for removal: This API element is subject to removal in a future version. -
getAction
A getAction()Deprecated, for removal: This API element is subject to removal in a future version. -
unbind
void unbind()Deprecated, for removal: This API element is subject to removal in a future version.
-