List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.akjava.gwt.three.client.renderers.WebGLRenderer.java
public class WebGLRenderer extends JavaScriptObject { protected WebGLRenderer() { } public native final void setSize(int w, int h)/*-{
From source file com.akjava.gwt.three.client.scenes.Scene.java
public class Scene extends JavaScriptObject { protected Scene() { } public final native void add(Mesh mesh)/*-{ this.add(mesh);
From source file com.akjava.gwt.three.client.textures.Texture.java
public class Texture extends JavaScriptObject { protected Texture() { } }
From source file com.alignace.gwt.chargeio.client.card.model.CreditCardResponse.java
public class CreditCardResponse extends JavaScriptObject { protected CreditCardResponse() { } public final native String getId() /*-{
From source file com.alkacon.geranium.client.util.JSONMap.java
/** * Class to create native JSON maps.<p> */ public final class JSONMap extends JavaScriptObject { /**
From source file com.alkacon.vie.client.Entity.java
/** * The entity wrapper.<p> */ public final class Entity extends JavaScriptObject implements HasValueChangeHandlers<Entity>, I_Entity { /** Place holder value for empty strings. */
From source file com.alkacon.vie.client.EntityCollection.java
/** * The entity collection.<p> */ public final class EntityCollection extends JavaScriptObject implements I_EntityCollection { /**
From source file com.alkacon.vie.client.Type.java
/** * A value type.<p> */ public final class Type extends JavaScriptObject implements I_Type { /**
From source file com.alkacon.vie.client.Vie.java
/** * The VIE wrapper singleton.<p> */ public final class Vie extends JavaScriptObject implements I_Vie { /** The singleton Vie instance. */
From source file com.anzsoft.client.ServiceData.java
public class ServiceData<E extends JavaScriptObject> extends JavaScriptObject { static class Service extends JavaScriptObject { protected Service() { }