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.floreysoft.gwt.picker.client.domain.Picker.java

/**
 * Picker is the top level object representing the UI action with the user.
 * These objects are not created directly, but instead use the PickerBuilder object.
 */
public final class Picker extends JavaScriptObject {
    protected Picker() {

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

/**
 * PickerBuilder is used to create Picker objects. Except where noted otherwise,
 * the return type of methods below are of type PickerBuilder, allowing you to
 * chain one call after another. See the <a href=
 * "http://code.google.com/intl/de-DE/apis/picker/docs/index.html#hiworld">Hello
 * World</a> example for typical use.

From source file com.floreysoft.gwt.picker.client.domain.result.BaseResult.java

/**
 * Provides some basic methods to access common fields of the picker result.
 */
public final class BaseResult extends JavaScriptObject {
    protected BaseResult() {
    }

From source file com.floreysoft.gwt.picker.client.domain.result.DocumentResult.java

/**
 * ViewId: DOCS, DOCUMENTS, SPREADSHEETS, FORMS, PRESENTATIONS, FOLDERS, PDFS
 */
public final class DocumentResult extends JavaScriptObject {
    protected DocumentResult() {
    }

From source file com.floreysoft.gwt.picker.client.domain.result.ImageSearchResult.java

/**
 * ViewId: IMAGE_SEARCH
 */
public final class ImageSearchResult extends JavaScriptObject {
    protected ImageSearchResult() {
    }

From source file com.floreysoft.gwt.picker.client.domain.result.MapResult.java

/**
 * ViewId: MAPS
 */
public final class MapResult extends JavaScriptObject {
    protected MapResult() {
    }

From source file com.floreysoft.gwt.picker.client.domain.result.PhotoResult.java

/**
 * ViewId: PHOTOS, PHOTO_UPLOAD
 */
public final class PhotoResult extends JavaScriptObject {
    protected PhotoResult() {
    }

From source file com.floreysoft.gwt.picker.client.domain.result.Thumbnail.java

/**
 * Represents a thumbnail of a picked document
 */
public final class Thumbnail extends JavaScriptObject {
    protected Thumbnail() {
    }

From source file com.floreysoft.gwt.picker.client.domain.result.VideoResult.java

/**
 * ViewId: VIDEO_SEARCH, YOUTUBE
 */
public final class VideoResult extends JavaScriptObject {
    protected VideoResult() {
    }

From source file com.floreysoft.gwt.picker.client.domain.result.ViewToken.java

/**
 * Contains information about the picker and the user query.
 */
public final class ViewToken extends JavaScriptObject {
    protected ViewToken() {
    }