Package com.vaadin.classic.v8.event
Class ShortcutListener
java.lang.Object
com.vaadin.classic.v8.event.Action
com.vaadin.classic.v8.event.ShortcutAction
com.vaadin.classic.v8.event.ShortcutListener
- All Implemented Interfaces:
Action.Listener,Serializable
- Direct Known Subclasses:
FocusShortcut
@Deprecated
public abstract class ShortcutListener
extends ShortcutAction
implements Action.Listener
Deprecated.
Not supported. See Classic Component Pack documentation in
https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for
mitigation options.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.classic.v8.event.ShortcutAction
ShortcutAction.KeyCode, ShortcutAction.ModifierKeyNested classes/interfaces inherited from class com.vaadin.classic.v8.event.Action
Action.Container, Action.Handler, Action.Listener, Action.Notifier, Action.ShortcutNotifier -
Field Summary
Fields inherited from class com.vaadin.classic.v8.event.ShortcutAction
SHORTHAND_CHAR_ALT, SHORTHAND_CHAR_CTRL, SHORTHAND_CHAR_SHIFT -
Constructor Summary
ConstructorsConstructorDescriptionShortcutListener(String shorthandCaption) Deprecated.ShortcutListener(String shorthandCaption, int... modifierKeys) Deprecated.ShortcutListener(String caption, int keyCode, int... modifierKeys) Deprecated.ShortcutListener(String caption, Resource icon, int keyCode, int... modifierKeys) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionabstract voidhandleAction(Object sender, Object target) Deprecated.Methods inherited from class com.vaadin.classic.v8.event.ShortcutAction
getKeyCode, getModifiersMethods inherited from class com.vaadin.classic.v8.event.Action
getCaption, getIcon, setCaption, setIcon
-
Constructor Details
-
ShortcutListener
Deprecated. -
ShortcutListener
Deprecated. -
ShortcutListener
@Deprecated public ShortcutListener(String caption, Resource icon, int keyCode, int... modifierKeys) Deprecated. -
ShortcutListener
Deprecated.
-
-
Method Details
-
handleAction
Deprecated.Description copied from interface:Action.ListenerNot supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Specified by:
handleActionin interfaceAction.Listener- Parameters:
sender- sendertarget- target
-