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.emitrom.ti4j.desktop.client.updatemanager.UpdateManager.java

public final class UpdateManager extends JavaScriptObject {

    private UpdateManager() {

    }

From source file com.emitrom.ti4j.mobile.client.ui.Gradient.java

/**
 * A gradient js object, used in backgrounds for views
 *
 * mvniekerk
 *
 */

From source file com.emitrom.touch4j.client.core.FieldDefinition.java

class FieldDefinition extends JavaScriptObject {

    protected FieldDefinition() {

    }

From source file com.emitrom.touch4j.client.data.Record.java

/**
 * Base class for all data to be displayed in data driven compoment like list,
 * Dataview.
 * 
 * User BaseModel instead
 */

From source file com.extjs.gxt.ui.client.core.XTemplate.java

/**
 * A template class that supports advanced functionality like autofilling
 * arrays, conditional processing with basic comparison operators,
 * sub-templates, basic math function support, special built-in template
 * variables, inline code execution and more.
 */

From source file com.floreysoft.gwt.picker.client.domain.DocsUploadView.java

/**
 * DocsUploadView is a subclass of View.
 */
public final class DocsUploadView extends JavaScriptObject {
    protected DocsUploadView() {
    }

From source file com.floreysoft.gwt.picker.client.domain.DocsView.java

/**
 * DocsView is a subclass of View.
 */
public final class DocsView extends JavaScriptObject {
    protected DocsView() {
    }

From source file com.floreysoft.gwt.picker.client.domain.ImageSearchView.java

/**
 * ImageSearchView is a subclass of View. Finer aspects of image searches can be controlled using this class.
 */
public final class ImageSearchView extends JavaScriptObject {
    protected ImageSearchView() {
    }

From source file com.floreysoft.gwt.picker.client.domain.MapsView.java

/**
 * MapsView is a subclass of View. Control the initial view for map selection using this class.
 */
public final class MapsView extends JavaScriptObject {
    protected MapsView() {
    }

From source file com.floreysoft.gwt.picker.client.domain.PhotosView.java

/**
 * PhotosView is a subclass of View. Finer aspects of photos selection can be controlled using this class.
 */
public final class PhotosView extends JavaScriptObject {
    protected PhotosView() {
    }