|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyPressAction | |
---|---|
org.vostok.vaadin.addon.keypress |
Uses of KeyPressAction in org.vostok.vaadin.addon.keypress |
---|
Methods in org.vostok.vaadin.addon.keypress that return KeyPressAction | |
---|---|
static KeyPressAction |
KeyPressAction.getKeyPressAction(com.vaadin.ui.Component c,
int key,
int... modifier)
Return KeyPresAction from internal db |
Methods in org.vostok.vaadin.addon.keypress with parameters of type KeyPressAction | |
---|---|
static void |
KeyPressAction.addAction(KeyPressAction action)
Add an action. |
static void |
KeyPressAction.addAction(KeyPressAction[] action)
Add a list of actions. target can be different. |
static void |
KeyPressAction.removeAction(KeyPressAction action)
Unregister an action. |
static void |
KeyPressAction.removeAction(KeyPressAction[] action)
Unregister a list of actions. target can be different. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |