List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.bedatadriven.rebar.sql.client.bulk.PreparedStatementBatch.java
/** * A JavaScript overlay for classes * * @author Alex Bertram */ public final class PreparedStatementBatch extends JavaScriptObject {
From source file com.bedatadriven.rebar.sql.client.websql.WebSqlDatabase.java
/**
* Javascript Overlay of the WebSql API Database object.
* <p/>
* This wrappers also implements the common {@link SqlDatabase} interface.
*
* @see <a href="http://www.w3.org/TR/webdatabase/#databases for definitions.">W3 standard</a>
From source file com.bedatadriven.rebar.sql.client.websql.WebSqlResultSet.java
/** * JavaScript Overlay for the {@code SQLResultSet} WebSql interface. * * @see <a href="http://www.w3.org/TR/webdatabase/#sqlresultset">W3 Standard</a> */ public final class WebSqlResultSet extends JavaScriptObject {
From source file com.bedatadriven.rebar.sql.client.websql.WebSqlResultSetRowList.java
/** * Javascript Overlay for the WebSql {@code SQLResultSetRowList} interface. * * @see <a href="http://www.w3.org/TR/webdatabase/#sqlresultsetrowlist">W3 standard</a> */ public final class WebSqlResultSetRowList extends JavaScriptObject {
From source file com.bedatadriven.rebar.sql.client.websql.WebSqlTransaction.java
/** * Javascript overlay for the {@code SQLTransaction} WebSql interface. * * @see <a href="http://www.w3.org/TR/webdatabase/#sqltransaction">W3 Standard</a> */ public final class WebSqlTransaction extends JavaScriptObject implements SqlTransaction {
From source file com.blockwithme.util.client.SomeDataType.java
public class SomeDataType extends JavaScriptObject { /** Are we export yet? */ private static boolean typeExported; /** "Registers" (export) this type in JavaScript, so it can be used from there too. */ private static final native void doExportType() /*-{
From source file com.bramosystems.oss.player.core.client.impl.DivXPlayerImpl.java
/**
* Native implementation of the FlashMediaPlayer class. It is not recommended to
* interact with this class directly.
*
* @author Sikirulai Braheem
* @see FlashMediaPlayer
From source file com.bramosystems.oss.player.core.client.impl.FlashMediaPlayerImpl.java
/**
* Native implementation of the FlashMediaPlayer class. It is not recommended to
* interact with this class directly.
*
* @author Sikirulai Braheem
* @see FlashMediaPlayer
From source file com.bramosystems.oss.player.core.client.impl.NativePlayerImpl.java
/**
* Native implementation of the VLCPlayer class. It is not recommended to
* interact with this class directly.
*
* @author Sikirulai Braheem
* @see NativePlayer
From source file com.bramosystems.oss.player.core.client.impl.QuickTimePlayerImpl.java
/**
* Native implementation of the QuickTimePlayer class. It is not recommended to
* interact with this class directly.
*
* @author Sikirulai Braheem
* @see QuickTimePlayer