public class ItemShortcutKeyEvent extends Object implements info.magnolia.event.Event<ItemShortcutKeyEvent.Handler>
Node
or a Property
).Modifier and Type | Class and Description |
---|---|
static interface |
ItemShortcutKeyEvent.Handler
Handles
ItemShortcutKeyEvent events. |
Constructor and Description |
---|
ItemShortcutKeyEvent(Object itemIds,
int keyCode,
int... modifierKeys) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(ItemShortcutKeyEvent.Handler handler) |
Object |
getItemId()
Deprecated.
since 5.6. Use e.g.
BrowserPresenter.getSelectedItemIds() instead. |
int |
getKeyCode() |
int[] |
getModifierKeys() |
public ItemShortcutKeyEvent(Object itemIds, int keyCode, int... modifierKeys)
@Deprecated public Object getItemId()
BrowserPresenter.getSelectedItemIds()
instead.public int getKeyCode()
public int[] getModifierKeys()
public void dispatch(ItemShortcutKeyEvent.Handler handler)
dispatch
in interface info.magnolia.event.Event<ItemShortcutKeyEvent.Handler>
Copyright © 2020 Magnolia International Ltd.. All rights reserved.