public class WidgetHotKeyCommand extends Object implements HotKeyCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
HOT_KEY_COMMAND |
| Constructor and Description |
|---|
WidgetHotKeyCommand() |
| Modifier and Type | Method and Description |
|---|---|
WidgetConfig |
getWidgetConfig() |
boolean |
handleHotKey(String keyCode)
Handles the hot key.
|
protected void |
postHotKeyCommandEvent(String keyCode,
String commandName) |
void |
setKeyCommandMap(Map<String,String> keyCommandMap)
Set the map of supported key bindings to command names (which are key independent)
|
void |
setWidgetConfig(WidgetConfig widgetConfig) |
public static final String HOT_KEY_COMMAND
public void setWidgetConfig(WidgetConfig widgetConfig)
public WidgetConfig getWidgetConfig()
public void setKeyCommandMap(Map<String,String> keyCommandMap)
keyCommandMap - public boolean handleHotKey(String keyCode)
HotKeyCommandhandleHotKey in interface HotKeyCommandkeyCode - hot key code as defined in the *CSA.zul fileCopyright © 2017 SAP SE. All Rights Reserved.