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

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

Introduction

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

Usage

From source file org.opennms.features.topology.ssh.internal.testframework.SudoKeyDownEvent.java

public class SudoKeyDownEvent extends KeyDownEvent {
    private int keyCode;
    private boolean isCtrlDown;
    private boolean isAltDown;
    private boolean isShiftDown;