Example usage for com.google.gwt.dom.client NativeEvent subclass-usage

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

Introduction

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

Usage

From source file ca.wimsc.client.common.widgets.google.TouchEvent.java

/**
 * TODO: doc.
 */
public class TouchEvent extends NativeEvent {

    protected TouchEvent() {

From source file com.seanchenxi.gwt.file.client.ProgressEventNative.java

/**
 * User: Xi
 */
public class ProgressEventNative extends NativeEvent {

    protected ProgressEventNative() {

From source file com.seanchenxi.gwt.webrtc.client.connection.RTCPeerConnectionIceEvent.java

public final class RTCPeerConnectionIceEvent extends NativeEvent {

    protected RTCPeerConnectionIceEvent() {
    }

    public native RTCIceCandidate getCandidate() /*-{

From source file com.seanchenxi.gwt.webrtc.client.data.DataChannelEventNative.java

public final class DataChannelEventNative extends NativeEvent {

    protected DataChannelEventNative() {
    }

    public native DataChannelNative getChannel()/*-{

From source file com.seanchenxi.gwt.webrtc.client.data.MessageEventNative.java

/**
 * User: Xi
 */
public class MessageEventNative extends NativeEvent {

    protected MessageEventNative() {

From source file com.seanchenxi.gwt.webrtc.client.media.MediaStreamEventNative.java

/**
 * User: Xi
 */
public final class MediaStreamEventNative extends NativeEvent {

    protected MediaStreamEventNative() {

From source file com.seanchenxi.gwt.webrtc.client.media.MediaStreamTrackEvent.java

/**
 * User: Xi
 */
public final class MediaStreamTrackEvent extends NativeEvent {

    protected MediaStreamTrackEvent() {

From source file com.vaadin.client.ui.dd.VHtml5DragEvent.java

/**
 * Helper class to access html5 style drag events.
 * 
 * TODO Gears support ?
 */
public class VHtml5DragEvent extends NativeEvent {

From source file com.vaadin.terminal.gwt.client.ui.dd.VHtml5DragEvent.java

/**
 * Helper class to access html5 style drag events.
 * 
 * TODO Gears support ?
 */
public class VHtml5DragEvent extends NativeEvent {

From source file org.opennms.features.vaadin.nodemaps.internal.gwt.client.event.MarkerClusterEvent.java

public class MarkerClusterEvent extends NativeEvent {
    protected MarkerClusterEvent() {
    }

    public final native MarkerCluster getMarkerCluster() /*-{
                                                         return this.layer;