List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.google.api.explorer.client.base.dynamicjso.DynamicJso.java
/**
* A generic mutable JavaScript Overlay Type that exposes methods to get and set
* fields on a JavaScript object.
*
* <p>
* See {@link
From source file com.google.code.gwt.appcache.client.ApplicationCache.java
public final class ApplicationCache extends JavaScriptObject { // getStatus() values: public static final short UNCACHED = 0; public static final short IDLE = 1; public static final short CHECKING = 2;
From source file com.google.code.gwt.database.client.Database.java
/**
* Implements the Asynchronous Database interface, modeled after the <a
* href="http://www.w3.org/TR/webdatabase/#sql">W3C Web Database</a>.
*
* <h2>Usage</h2>
* <p>
From source file com.google.code.gwt.database.client.GenericRow.java
/**
* Declares a generic row type, which could be returned by
* {@link SQLResultSetRowList#getItem(int)} and specified by
* {@link StatementCallback} and {@link SQLResultSet}.
*
* @see SQLResultSet
From source file com.google.code.gwt.database.client.impl.SQLResultSetRowListJso.java
/**
* Represents the JSO version of a SQLResultSetRowList.
*
* @see SQLResultSetRowList
* @author bguijt
*/
From source file com.google.code.gwt.database.client.service.callback.scalar.ScalarRow.java
/**
* Used in the {@link DataServiceGenerator} to reduce generated boilerplate
* code.
*
* <p>
* This Row type is used to obtain a scalar value from the resultSet.
From source file com.google.code.gwt.database.client.SQLError.java
/**
*
* @author bguijt
* @see <a href="http://www.w3.org/TR/webdatabase/#sqlerror">W3C Web Database -
* SQLError</a>
*/
From source file com.google.code.gwt.database.client.SQLResultSet.java
/**
* Represents the ResultSet as a result of an SQL Statement invoked by
* {@link SQLTransaction#executeSql(String, Object[], StatementCallback)}.
*
* @see <a href="http://www.w3.org/TR/webdatabase/#sqlresultset">W3C Web Database
* - SQLResultSet</a>
From source file com.google.code.gwt.database.client.SQLTransaction.java
/**
* Represents a transaction as started by a
* {@link Database#transaction(TransactionCallback)} or
* {@link Database#readTransaction(TransactionCallback)} call.
*
* <p>
From source file com.google.code.gwt.database.sample.hellodatabase.client.ClickRow.java
/** * @author bguijt */ public final class ClickRow extends JavaScriptObject { protected ClickRow() {