public static class KeyCodes extends Object
KeyboardListener
. When converting
keyboard listener instances, developers can use the following static import
to access these constants:
import static com.google.gwt.event.dom.client.KeyCodes.*;These constants are defined with an int data type in order to be compatible with the constants defined in
KeyboardListener
.Copyright © 2018. All rights reserved.