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

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

Introduction

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

Usage

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

public class SudoKeyUpEvent extends KeyUpEvent {

    private int keyCode;
    private boolean isCtrlDown;
    private boolean isAltDown;
    private boolean isShiftDown;