| Package | Description |
|---|---|
| org.xwiki.gwt.user.client |
| Modifier and Type | Method and Description |
|---|---|
static ShortcutKey.ModifierKey |
ShortcutKey.ModifierKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShortcutKey.ModifierKey[] |
ShortcutKey.ModifierKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ShortcutKey.ModifierKey> |
ShortcutKey.getModifiers() |
static EnumSet<ShortcutKey.ModifierKey> |
ShortcutKeyManager.getModifiers(com.google.gwt.event.dom.client.KeyDownEvent event) |
| Constructor and Description |
|---|
ShortcutKey(int keyCode,
Set<ShortcutKey.ModifierKey> modifiers)
Creates a new shortcut key.
|
Copyright © 2004–2015 XWiki. All rights reserved.