Package io.jmix.flowui.action.binder
Interface ShortcutActionHandler<C extends com.vaadin.flow.component.Component>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated(since="2.2",
            forRemoval=true)
@FunctionalInterface
public interface ShortcutActionHandler<C extends com.vaadin.flow.component.Component>
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptioncom.vaadin.flow.component.ShortcutRegistrationhandle(C component, com.vaadin.flow.component.ShortcutEventListener listener, KeyCombination keyCombination) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method Details- 
handlecom.vaadin.flow.component.ShortcutRegistration handle(C component, com.vaadin.flow.component.ShortcutEventListener listener, KeyCombination keyCombination) Deprecated, for removal: This API element is subject to removal in a future version.
 
-