List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.floreysoft.gwt.picker.client.domain.VideoSearchView.java
/** * VideoSearchView is a subclass of View. Use this class to select URLs of videos. */ public final class VideoSearchView extends JavaScriptObject { /** * A string constant suitable for the VideoSearchView.setSite() method.
From source file com.floreysoft.gwt.picker.client.domain.ViewGroup.java
/** * ViewGroup is a visual grouping of views. The ViewGroup itself must be a View. */ public final class ViewGroup extends JavaScriptObject { protected ViewGroup() { }
From source file com.garmin.gwt.communicator.client.plugin.CommunicatorPlugin.java
/**
* Actual calls made to underlying JS API plugin made from this object
*
* @author Joseph Lust
*
*/
From source file com.garmin.gwt.communicator.client.util.BrowserDetect.java
/**
* Inlining of BrowserDetect from <a href="http://developer.garmin.com/web/communicator-api/documentation/symbols/_global_.html#BrowserSupport">_global</a>
* so that it is not needed. <br>
* Garmin took this from <a href="Found at http://www.quirksmode.org/js/detect.html">BrowserDetect</a>
*
* @author Joseph Lust
From source file com.ghusse.dolomite.core.JsonOverlay.java
/** * Parent helper class for parsed Json objects. * * @author guillaumegautreau */ public abstract class JsonOverlay extends JavaScriptObject {
From source file com.github.abelaska.gwt.websockets.client.MessageEvent.java
/** * Represents a native message event. */ public class MessageEvent extends JavaScriptObject { protected MessageEvent() {
From source file com.github.abelaska.gwt.websockets.client.WebSocket.java
public class WebSocket extends JavaScriptObject { public static final int CONNECTING = 0; public static final int OPEN = 1; public static final int CLOSING = 2; public static final int CLOSED = 3;
From source file com.github.christianlacerda.client.Step.java
/** * Created by christian on 19/08/14. */ public class Step extends JavaScriptObject { protected Step() {
From source file com.github.christianlacerda.client.Tour.java
/** * Created by christian on 19/08/14. */ public class Tour extends JavaScriptObject { protected Tour() {
From source file com.github.gwtcannonjs.client.collision.AABB.java
/** * Axis aligned bounding box class. */ public class AABB extends JavaScriptObject { protected AABB() { // A JavaScriptObject cannot be created directly