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.ait.toolkit.clientio.uploader.client.Stats.java

/**
 * A simple bean that provides access to the statistical counters managed by the Uploader
 * component.  An instance of this object is available dynamically via the {@link Uploader#getStats()}
 * method.
 *
 * @author squinn@moxiegroup.com (Shawn Quinn)

From source file com.ait.toolkit.flash.core.client.display3D.VertexBuffer3D.java

public class VertexBuffer3D extends JavaScriptObject {

    protected VertexBuffer3D() {

    }
}

From source file com.ait.toolkit.flash.core.client.framework.Bridge.java

/**
 * Represents the bridge between GWT and the Flash word.
 */
public class Bridge extends JavaScriptObject {

    private static String bridgeName;

From source file com.ait.toolkit.flash.core.client.framework.ClassFactory.java

/**
 * A factory for creating Class objects.
 */
public class ClassFactory extends JavaScriptObject {

    /**

From source file com.ait.toolkit.flash.core.client.framework.ClassUtil.java

/**
 * The Class ClassUtil.
 */
public class ClassUtil extends JavaScriptObject {

    /**

From source file com.ait.toolkit.gmaps.client.events.Event.java

/**
 * Base object for all events in the Maps module
 */
public class Event extends JavaScriptObject {

    protected Event() {

From source file com.ait.toolkit.gmaps.client.events.KmlMouseEvent.java

/**
 * The properties of a click event on a KML/KMZ or GeoRSS document.
 */
public class KmlMouseEvent extends JavaScriptObject {

    protected KmlMouseEvent() {

From source file com.ait.toolkit.gmaps.client.services.MaxZoomService.java

/**
 * A service for obtaining the highest zoom level at which satellite imagery is
 * available for a given location
 */
public class MaxZoomService extends JavaScriptObject {

From source file com.ait.toolkit.hopscotch.client.jso.StepPeer.java

public class StepPeer extends JavaScriptObject {

    protected StepPeer() {

    }

From source file com.ait.toolkit.hopscotch.client.jso.TourPeer.java

public class TourPeer extends JavaScriptObject {

    protected TourPeer() {

    }