Package com.google.gwt.gadgets.client.osapi

Support for the Open Social using the gadgets.osapi feature.

See:
          Description

Interface Summary
Callback<T extends JavaScriptObject> An interface for callbacks for OpenSocial requests.
NeedsOsapi Indicates that a Gadget needs to use social features.
 

Class Summary
BatchRequest A class implementing a request batching other requests.
CollectionRequestBuilder<T extends CollectionRequestBuilder<?>> A superclass for all request builders building requests returning collections of objects.
OsapiCollection<T extends JavaScriptObject> A class representing OpenSocial collection.
OsapiError A class encapsulating the information about the error.
OsapiFeature Provides access to social features of the container.
OsapiRequest<T extends JavaScriptObject> A class representing OpenSocial request.
OsapiRequestBuilder<T extends OsapiRequestBuilder<?>> A superclass for all request builders.
 

Enum Summary
SortOrder An enum used to define an order of sorting objects in a collection.
 

Package com.google.gwt.gadgets.client.osapi Description

Support for the Open Social using the gadgets.osapi feature.

The classes in this package provide OS Lite API (Open Social).