List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.appspot.attractiveness.client.PersonJso.java
/**
* This class is used to access JSON data from a facebook OpenGraph API call.
* This particular object is used to get identifying information about the user.
* This class has been implemented following the Javascript Overlay Types design
* pattern outlined in the <a href=
* "http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsOverlay.html"
From source file com.arcbees.facebook.client.AuthResponse.java
public class AuthResponse extends JavaScriptObject { protected AuthResponse() { } public final native String getAccessToken() /*-{ if (this.authResponse) {
From source file com.arcbees.stripe.client.jso.BankAccount.java
public class BankAccount extends JavaScriptObject { protected BankAccount() { } public final native String getCountry() /*-{ return this.country;
From source file com.arcbees.stripe.client.jso.BankAccountResponse.java
public class BankAccountResponse extends JavaScriptObject { protected BankAccountResponse() { } public final native String getId() /*-{ return this.id;
From source file com.arcbees.stripe.client.jso.Card.java
public class Card extends JavaScriptObject { protected Card() { } public final native String getName() /*-{ return this.name;
From source file com.arcbees.stripe.client.jso.CreditCardResponse.java
public class CreditCardResponse extends JavaScriptObject { protected CreditCardResponse() { } public final native String getId() /*-{ return this.id;
From source file com.ariesmcrae.rel.model.Participant.java
/** * @author ariesmcrae.com */ public class Participant extends JavaScriptObject { protected Participant() {
From source file com.ariesmcrae.rel.model.Relationship.java
/** * @author ariesmcrae.com */ public class Relationship extends JavaScriptObject { protected Relationship() {
From source file com.badlogic.gdx.controllers.gwt.support.Gamepad.java
public final class Gamepad extends JavaScriptObject { protected Gamepad() { // Required by GWT }
From source file com.badlogic.gdx.controllers.gwt.support.GamepadButton.java
public final class GamepadButton extends JavaScriptObject { protected GamepadButton() { // Required by GWT }