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

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

Introduction

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

Usage

From source file com.bearsoft.gwt.ui.dnd.XDataTransfer.java

/**
 *
 * @author mg
 */
public class XDataTransfer extends DataTransfer {

From source file com.eas.ui.XDataTransfer.java

/**
 *
 * @author mg
 */
public class XDataTransfer extends DataTransfer {

From source file com.seanchenxi.gwt.html.client.DataTransfer.java

/**
 * User: Xi
 */
public class DataTransfer extends com.google.gwt.dom.client.DataTransfer {

    protected DataTransfer() {

From source file org.vectomatic.dnd.DataTransferExt.java

/**
 * Class to augment the {@link com.google.gwt.dom.client.DataTransfer} provided
 * by GWT with the methods it needs to support drag and drop of files. On
 * browsers which support file drag and drop, {@link com.google.gwt.dom.client.DataTransfer} objects
 * can simply be cast to this class.
 * @author laaglu