Package io.jmix.flowui.action.binder
Interface ShortcutActionBinding<C extends com.vaadin.flow.component.Component,A extends Action>
- All Superinterfaces:
ActionBinding<C,
A>
- All Known Subinterfaces:
ShortcutActionsHolderBinding<H,
A, C>
- All Known Implementing Classes:
AbstractShortcutActionBindingImpl
,ShortcutActionBindingImpl
,ShortcutActionsHolderBindingImpl
@Deprecated(since="2.2",
forRemoval=true)
public interface ShortcutActionBinding<C extends com.vaadin.flow.component.Component,A extends Action>
extends ActionBinding<C,A>
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.Methods inherited from interface io.jmix.flowui.action.binder.ActionBinding
getAction, getComponent, unbind
-
Method Details
-
getKeyCombination
Optional<KeyCombination> getKeyCombination()Deprecated, for removal: This API element is subject to removal in a future version.
-