A C E G I J L N P R S T

A

AjaxKeyConstants - Interface in com.google.gwt.ajaxloader.client
For retrieving host:port/key pairs from a file.
AjaxKeyRepository - Class in com.google.gwt.ajaxloader.client
Stores keys for different locations (hostname:port).
ajaxKeys() - Method in interface com.google.gwt.ajaxloader.client.AjaxKeyConstants
 
AjaxLoader - Class in com.google.gwt.ajaxloader.client
A wrapper for the google Ajax API loader.
AjaxLoader.AjaxLoaderOptions - Class in com.google.gwt.ajaxloader.client
An object to pass as the third parameter to load() call.
AjaxLoader.AjaxLoaderOptions() - Constructor for class com.google.gwt.ajaxloader.client.AjaxLoader.AjaxLoaderOptions
 
ArrayHelper - Class in com.google.gwt.ajaxloader.client
Convenience methods for working with GWT JsArrays.
ArrayHelper() - Constructor for class com.google.gwt.ajaxloader.client.ArrayHelper
 

C

ClientLocation - Class in com.google.gwt.ajaxloader.client
Wraps the ClientLocation object stored on google.loader described at http://code.google.com/apis/ajax/documentation/#ClientLocation
ClientLocation() - Constructor for class com.google.gwt.ajaxloader.client.ClientLocation
 
com.google.gwt.ajaxloader.client - package com.google.gwt.ajaxloader.client
Classes that wrap the google.load() function to load Google JavaScript libraries.
create() - Static method in class com.google.gwt.ajaxloader.client.JsDate
Create a JsDate with the current time.
create(double) - Static method in class com.google.gwt.ajaxloader.client.JsDate
Create a date given the time in milliseconds.
create() - Static method in class com.google.gwt.ajaxloader.client.Properties
Create an empty Properties object.
createJsArray(boolean...) - Static method in class com.google.gwt.ajaxloader.client.ArrayHelper
Deprecated. this overload can be ambiguous with other methods using varargs. Use the toJsArrayBoolean() method instead.
createJsArray(double...) - Static method in class com.google.gwt.ajaxloader.client.ArrayHelper
Deprecated. this overload is ambiguous with other methods using varrgs. Use toJsArrayNumber() instead.
createJsArray(int[]) - Static method in class com.google.gwt.ajaxloader.client.ArrayHelper
Deprecated. This overload is ambiguous with other methods using varargs. Use toJsArrayInteger() instead.
createJsArray(String...) - Static method in class com.google.gwt.ajaxloader.client.ArrayHelper
Deprecated. renamed to toJsArrayString() to avoid using overloads w/ varargs

E

ExceptionHelper - Class in com.google.gwt.ajaxloader.client
Helps with the GWT uncaught exception handler.

G

getBoolean(String) - Method in class com.google.gwt.ajaxloader.client.Properties
Get a Boolean value mapped to the specified key.
getCity() - Method in class com.google.gwt.ajaxloader.client.ClientLocation
Supplies the name of the city associated with the client's IP address.
getClientLocation() - Static method in class com.google.gwt.ajaxloader.client.AjaxLoader
 
getCountry() - Method in class com.google.gwt.ajaxloader.client.ClientLocation
Supplies the name of the country associated with the client's IP address.
getCountryCode() - Method in class com.google.gwt.ajaxloader.client.ClientLocation
Supplies the name of the ISO 3166-1 country code associated with the client's IP address.
getDate(String) - Method in class com.google.gwt.ajaxloader.client.Properties
Get a Date object mapped to the specified key.
getKey() - Static method in class com.google.gwt.ajaxloader.client.AjaxKeyRepository
Retrieve an Ajax API key given the current location.
getKey(String) - Static method in class com.google.gwt.ajaxloader.client.AjaxKeyRepository
Retrieve an Ajax API Key given the hostname:port value.
getLatitude() - Method in class com.google.gwt.ajaxloader.client.ClientLocation
Supplies the low resolution latitude associated with the client's IP address.
getLongitude() - Method in class com.google.gwt.ajaxloader.client.ClientLocation
Supplies the low resolution longitude associated with the client's IP address.
getNumber(String) - Method in class com.google.gwt.ajaxloader.client.Properties
Get a Double value mapped to the specified key.
getObject(String) - Method in class com.google.gwt.ajaxloader.client.Properties
Get a JavaScriptObject mapped to the specified key.
getRegion() - Method in class com.google.gwt.ajaxloader.client.ClientLocation
Supplies the country specific region name associated with the client's IP address.
getString(String) - Method in class com.google.gwt.ajaxloader.client.Properties
Get a String mapped to the specified key.
getTime() - Method in class com.google.gwt.ajaxloader.client.JsDate
A wrapper for the JavaScript Date's getTime() method.

I

init() - Static method in class com.google.gwt.ajaxloader.client.AjaxLoader
Initialize the API without specifying a key.
init(String) - Static method in class com.google.gwt.ajaxloader.client.AjaxLoader
Initialize the API with a supplied key value.
init(String, String) - Static method in class com.google.gwt.ajaxloader.client.AjaxLoader
Initialize the API with a supplied key value and custom hostname.
isDate(JavaScriptObject) - Static method in class com.google.gwt.ajaxloader.client.JsDate
Tests if the JavaScriptObject can be cast to JsDate.

J

JsDate - Class in com.google.gwt.ajaxloader.client
Wraps a JavaScript Date object.
JsDate() - Constructor for class com.google.gwt.ajaxloader.client.JsDate
 

L

loadApi(String, String, Runnable, AjaxLoader.AjaxLoaderOptions) - Static method in class com.google.gwt.ajaxloader.client.AjaxLoader
Launches an API load request.

N

newInstance() - Static method in class com.google.gwt.ajaxloader.client.AjaxLoader.AjaxLoaderOptions
 

P

Properties - Class in com.google.gwt.ajaxloader.client
A collection of properties of arbitrary type, for interoperability with non-GWT JavaScript libraries.
Properties() - Constructor for class com.google.gwt.ajaxloader.client.Properties
 
Properties.TypeException - Exception in com.google.gwt.ajaxloader.client
An exception thrown by the get methods when the key is found but the value has an unexpected type.
putKey(String, String) - Static method in class com.google.gwt.ajaxloader.client.AjaxKeyRepository
Associates a a hostname:port with an Ajax API key.

R

remove(String) - Method in class com.google.gwt.ajaxloader.client.Properties
Remove the property at the specified key.
runProtected(Runnable) - Static method in class com.google.gwt.ajaxloader.client.ExceptionHelper
If an uncaught exception handler has been registered, execute the Runnable in a try/catch block and handle exceptions with the uncaught exception handler.

S

set(String, Boolean) - Method in class com.google.gwt.ajaxloader.client.Properties
Set a property.
set(String, Date) - Method in class com.google.gwt.ajaxloader.client.Properties
Set a property.
set(String, Double) - Method in class com.google.gwt.ajaxloader.client.Properties
Set a property.
set(String, JavaScriptObject) - Method in class com.google.gwt.ajaxloader.client.Properties
Set a property.
set(String, String) - Method in class com.google.gwt.ajaxloader.client.Properties
Set a property.
setBaseDomain(String) - Method in class com.google.gwt.ajaxloader.client.AjaxLoader.AjaxLoaderOptions
 
setKeys(AjaxKeyConstants) - Static method in class com.google.gwt.ajaxloader.client.AjaxKeyRepository
Override the default key properties with your own custom subclass.
setLanguage(String) - Method in class com.google.gwt.ajaxloader.client.AjaxLoader.AjaxLoaderOptions
 
setNoCss(boolean) - Method in class com.google.gwt.ajaxloader.client.AjaxLoader.AjaxLoaderOptions
 
setOtherParms(String) - Method in class com.google.gwt.ajaxloader.client.AjaxLoader.AjaxLoaderOptions
 
setPackages(JsArrayString) - Method in class com.google.gwt.ajaxloader.client.AjaxLoader.AjaxLoaderOptions
 
setPackages(String...) - Method in class com.google.gwt.ajaxloader.client.AjaxLoader.AjaxLoaderOptions
 

T

toJava(JsDate) - Static method in class com.google.gwt.ajaxloader.client.JsDate
Converts a JsDate to a Java Date.
toJavaArrayBytes(JsArrayInteger) - Static method in class com.google.gwt.ajaxloader.client.ArrayHelper
Takes an array of Integers to be interpreted as bytes and returns a Java Array of the byte primitive type.
toJs(Date) - Static method in class com.google.gwt.ajaxloader.client.JsDate
Converts a Java Date to a JsDate.
toJsArray(J...) - Static method in class com.google.gwt.ajaxloader.client.ArrayHelper
 
toJsArrayBoolean(boolean...) - Static method in class com.google.gwt.ajaxloader.client.ArrayHelper
Converts a Java array of booleans to a JavaScript boolean array.
toJsArrayInteger(int...) - Static method in class com.google.gwt.ajaxloader.client.ArrayHelper
Converts Java integer array to JavaScript integer array.
toJsArrayNumber(double...) - Static method in class com.google.gwt.ajaxloader.client.ArrayHelper
Converts a Java array of doubles to a JavaScript number array.
toJsArrayString(String...) - Static method in class com.google.gwt.ajaxloader.client.ArrayHelper
Converts an array of Java strings to an array of JavaScript strings.
typeof(String) - Method in class com.google.gwt.ajaxloader.client.Properties
Executes the JavaScript typeof operator against the property with the given key.

A C E G I J L N P R S T

Copyright © 2010. All Rights Reserved.