public interface DOMKeyboardEvent extends DOMUIEvent
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | DOMKeyboardEvent.Key | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | EVENT_TYPE | 
| static String | keydown | 
| static String | keypress | 
| static String | keyup | 
scroll| Modifier and Type | Method and Description | 
|---|---|
| boolean | getAltKey() | 
| long | getCharCode() | 
| boolean | getCtrlKey() | 
| long | getKeyCode() | 
| boolean | getMetaKey() | 
| boolean | getShiftKey() | 
static final String EVENT_TYPE
static final String keypress
static final String keydown
static final String keyup
Copyright © 2020 OXPath Team. All rights reserved.