Java com.google.gwt.gdata.client GData fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gdata.client GData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gdata.client GData.

The text is from its open source code.

Method

StringgetVersion()
Return the GData API Version currently loaded.
booleanisLoaded(GDataPackage... packages)
Check for the availability of the specified GData packages.
booleanisLoaded(String packageName)
Check for the availability of the specified GData package.
voidloadGDataApi(String key, String version, Runnable onLoad)
Initializes the GData API using the AjaxLoader.
voidloadGDataApi(String key, Runnable onLoad, GDataPackage... packages)
Initializes the target version of the GData API using the AjaxLoader.