Example usage for com.google.gwt.core.client JavaScriptObject subclass-usage

List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage

Introduction

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

Usage

From source file com.data2semantics.yasgui.client.tab.results.input.dlv.Row.java

/**
 * Delimiter separated results (e.g. csv or tsv)
 *
 */
public class Row extends JavaScriptObject {
    protected Row() {

From source file com.denormans.googleanalyticsgwt.api.GoogleAnalytics.java

public final class GoogleAnalytics extends JavaScriptObject {
    private static boolean IsAlreadyInjected = false;

    /* Must have zero-arg constructor */
    protected GoogleAnalytics() {
    }

From source file com.denormans.googleanalyticsgwt.api.GoogleAnalyticsTracker.java

public final class GoogleAnalyticsTracker extends JavaScriptObject {
    public static int MaxCustomVariables = 5;

    /* Must have zero-arg constructor */
    protected GoogleAnalyticsTracker() {
    }

From source file com.eemi.gwt.tour.client.jso.StepPeer.java

public class StepPeer extends JavaScriptObject {

    protected StepPeer() {

    }

From source file com.eemi.gwt.tour.client.jso.TourPeer.java

public class TourPeer extends JavaScriptObject {

    protected TourPeer() {

    }

From source file com.emitrom.lienzo.client.core.NativeContext2D.java

/**
 * This class is used to natively access the Canvas 2D context.
 * 
 * @see <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#2dcontext">Canvas 2d Context</a> 
 */
public final class NativeContext2D extends JavaScriptObject {

From source file com.emitrom.lienzo.client.core.shape.Attributes.java

public class Attributes extends JavaScriptObject {
    protected Attributes() {

    }

    public static final native Attributes make()

From source file com.emitrom.lienzo.client.core.types.ImageData.java

/**
 * Object that holds image data and a size.
 *
 * @see <a href="http://www.w3.org/TR/2dcontext/#imagedata">HTML Canvas 2D ImageData</a>
 */
public class ImageData extends JavaScriptObject {

From source file com.emitrom.lienzo.client.core.types.TextMetrics.java

/**
 * JSO to be used when retrieving the Canvas {@link Text} measurements.
 */
public class TextMetrics extends JavaScriptObject {
    protected TextMetrics() {
    }

From source file com.emitrom.ti4j.desktop.client.filesystem.AsyncCopy.java

/**
 * A representation of an asynchronous copy operation created via calling
 * Filesystem.asyncCopy.
 * 
 * @author Ekambi
 *