List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.github.gwtcannonjs.client.world.Profile.java
public class Profile extends JavaScriptObject { protected Profile() { // A JavaScriptObject cannot be created directly } public final native double getSolve() /*-{
From source file com.github.nmorel.gwtjackson.client.deser.bean.SimpleStringMap.java
/** * @param <V> the type of values stored in the Map */ public class SimpleStringMap<V> extends JavaScriptObject { protected SimpleStringMap() {
From source file com.github.nmorel.gwtjackson.client.stream.Person.java
/** * @author Nicolas Morel */ public class Person extends JavaScriptObject { protected Person() {
From source file com.github.timeu.dygraphsgwt.client.options.Properties.java
/** * A collection of properties of arbitrary type, for interoperability with * non-GWT JavaScript libraries. */ public class Properties extends JavaScriptObject { /**
From source file com.github.xose.xml.dom.DOMImplementation.java
final class DOMImplementation extends JavaScriptObject { protected DOMImplementation() { } public static final native DOMImplementation get() /*-{
From source file com.github.xose.xml.dom.DOMParser.java
final class DOMParser extends JavaScriptObject { protected DOMParser() { } public static final native DOMParser create() /*-{
From source file com.github.xose.xml.dom.gwt.DOMImplementationImpl.java
public class DOMImplementationImpl extends JavaScriptObject implements DOMImplementation { protected DOMImplementationImpl() { } @Override
From source file com.github.xose.xml.dom.gwt.NamedNodeMapImpl.java
public class NamedNodeMapImpl extends JavaScriptObject implements NamedNodeMap { protected NamedNodeMapImpl() { } @Override
From source file com.github.xose.xml.dom.gwt.NodeImpl.java
public class NodeImpl extends JavaScriptObject implements Node { protected NodeImpl() { } @Override
From source file com.github.xose.xml.dom.gwt.NodeListImpl.java
public class NodeListImpl extends JavaScriptObject implements NodeList { protected NodeListImpl() { } @Override