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.bramosystems.oss.player.util.client.RegExp.java

/**
 * Utility class for regular expressions
 *
 * @author Sikirulai Braheem
 * @since 1.1
 */

From source file com.bramosystems.oss.player.youtube.client.impl.YouTubePlayerImpl.java

/**
 * Native implementation of the YouTubePlayer class. It is not recommended to
 * interact with this class directly.
 *
 * @author Sikirulai Braheem
 * @see YouTubePlayer

From source file com.cgxlib.xq.client.js.JsCache.java

/**
 * A Lightweight JSO class to store data.
 */
public class JsCache extends JavaScriptObject {

    protected JsCache() {

From source file com.cgxlib.xq.client.js.JsClosure.java

/**
 * Overlay type representing a Javascript closure.
 */
public class JsClosure extends JavaScriptObject {

    protected JsClosure() {

From source file com.cgxlib.xq.client.js.JsMap.java

/**
 * Lightweight JSO backed implemented of a Map, using Object.hashCode() as key.
 *
 * @param <S>
 * @param <T>
 */

From source file com.cgxlib.xq.client.js.JsNamedArray.java

/**
 * Lightweight JSO backed implemented of a named array.
 *
 * @param <T>
 */
public final class JsNamedArray<T> extends JavaScriptObject {

From source file com.cgxlib.xq.client.js.JsObjectArray.java

/**
 * Lightweight JSO based array class that can store objects.
 *
 * @param <T>
 */
public final class JsObjectArray<T> extends JavaScriptObject {

From source file com.cgxlib.xq.client.Properties.java

/**
 * JSO for accessing Javascript objective literals used by GwtQuery functions.
 */
public class Properties extends JavaScriptObject implements IsProperties {

    protected Properties() {

From source file com.chrome.gwt.client.Chrome.java

/**
 * API with all the native methods for Chrome extensions.
 * 
 * See documentation at: <a
 * href="http://dev.chromium.org/developers/design-documents/extensions/">Chrome
 * Extensions</a>

From source file com.chrome.gwt.client.Console.java

/**
 * Wrapper for console.log().
 */
public class Console extends JavaScriptObject {
    protected Console() {
    }