List of usage examples for com.google.gwt.event.dom.client KeyPressEvent subclass-usage
From source file org.opennms.features.topology.ssh.internal.testframework.SudoKeyPressEvent.java
public class SudoKeyPressEvent extends KeyPressEvent { private int charCode; private boolean isCtrlDown; private boolean isAltDown; private boolean isShiftDown;