Example usage for com.google.gwt.event.dom.client KeyPressEvent subclass-usage

List of usage examples for com.google.gwt.event.dom.client KeyPressEvent subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.event.dom.client KeyPressEvent subclass-usage.

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;