Example usage for com.google.gwt.user.client Event subclass-usage

List of usage examples for com.google.gwt.user.client Event subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client Event subclass-usage.

Usage

From source file com.cgxlib.xq.client.plugins.events.XQEvent.java

/**
 * This object allows you to have a full copy of the original Event and
 * implements some useful method of the jQuery event model.
 * <p/>
 * This is also useful in Internet Explorer because it use the same javascript
 * object to fire MouseDownEvent, MouseMoveEvent or MouseStopEvent on the same

From source file com.gwtmobile.ui.client.event.TouchEvent.java

public class TouchEvent extends Event {

    protected TouchEvent() {
    }

    public native final JsArray<Touch> changedTouches() /*-{

From source file com.sencha.gxt.widget.core.client.event.XEvent.java

public class XEvent extends Event {

    protected XEvent() {

    }

From source file com.ui.gwt.mobile.client.components.mobile.TouchEvent.java

public class TouchEvent extends Event {

    protected TouchEvent() {
    }

    public native final JsArray<Touch> changedTouches() /*-{

From source file de.swm.commons.mobile.client.event.TouchEvent.java

/**
 * Low level the touch event wrapper to use native browser touch events. http://www.html5rocks.com/en/mobile/touch.html
 */
public class TouchEvent extends Event {

    /**

From source file mk.icelabs.gwt.polymer.client.event.XEvent.java

public class XEvent extends Event {

    protected XEvent() {

    }

From source file next.i.mobile.TouchEvent.java

public class TouchEvent extends Event {

    protected TouchEvent() {
    }

    public native final JsArray<Touch> changedTouches() /*-{

From source file org.cruxframework.crux.core.clientoffline.ProgressEvent.java

/**
 * @author Thiago da Rosa de Bustamante
 *
 */
public class ProgressEvent extends Event {
    protected ProgressEvent() {

From source file org.eclipse.che.ide.ui.smartTree.event.internal.NativeTreeEvent.java

public class NativeTreeEvent extends Event {

    protected NativeTreeEvent() {
    }

    /**

From source file org.xwiki.gwt.dom.client.Event.java

/**
 * DOM Event.
 * 
 * @version $Id: ae9d372bbb44d37d5dc2b6b462e9b3eb7d343b1d $
 */
public class Event extends com.google.gwt.user.client.Event {