default ShortcutRegistration |
ClickNotifier.addClickShortcut(Key key,
KeyModifier... keyModifiers) |
|
default ShortcutRegistration |
Focusable.addFocusShortcut(Key key,
KeyModifier... keyModifiers) |
|
static ShortcutRegistration |
Shortcuts.addShortcutListener(Component lifecycleOwner,
ShortcutEventListener listener,
Key key,
KeyModifier... keyModifiers) |
|
static ShortcutRegistration |
Shortcuts.addShortcutListener(Component lifecycleOwner,
Command command,
Key key,
KeyModifier... keyModifiers) |
Invoke a Command when the shortcut is invoked.
|
ShortcutRegistration |
UI.addShortcutListener(ShortcutEventListener listener,
Key key,
KeyModifier... keyModifiers) |
|
ShortcutRegistration |
UI.addShortcutListener(Command command,
Key key,
KeyModifier... keyModifiers) |
Registers a global shortcut tied to the UI which executes the
given Command when invoked.
|
ShortcutRegistration |
ShortcutRegistration.allowBrowserDefault() |
Allows the default keyboard event handling when the shortcut is invoked.
|
ShortcutRegistration |
ShortcutRegistration.allowEventPropagation() |
Allow the event to propagate upwards in the DOM tree, when the shortcut
is invoked.
|
ShortcutRegistration |
ShortcutRegistration.bindLifecycleTo(Component component) |
Binds the shortcut's life cycle to that of the given Component.
|
ShortcutRegistration |
ShortcutRegistration.listenOn(Component... listenOnComponents) |
Fluently define the Component onto which the shortcut's listener
is bound.
|
ShortcutRegistration |
ShortcutRegistration.resetFocusOnActiveElement() |
Reset focus on active element before triggering shortcut event handler.
|
ShortcutRegistration |
ShortcutRegistration.withAlt() |
|
ShortcutRegistration |
ShortcutRegistration.withCtrl() |
|
ShortcutRegistration |
ShortcutRegistration.withMeta() |
|
ShortcutRegistration |
ShortcutRegistration.withModifiers(KeyModifier... keyModifiers) |
|
ShortcutRegistration |
ShortcutRegistration.withShift() |
|