GWT 2.3.0

Uses of Class
com.google.gwt.storage.client.Storage

Packages that use Storage
com.google.gwt.storage.client Provides for key-value Storage services. 
 

Uses of Storage in com.google.gwt.storage.client
 

Methods in com.google.gwt.storage.client that return Storage
static Storage Storage.getLocalStorageIfSupported()
          Returns a Local Storage.
static Storage Storage.getSessionStorageIfSupported()
          Returns a Session Storage.
 Storage StorageEvent.getStorageArea()
          Returns the Storage object that was affected.
 

Constructors in com.google.gwt.storage.client with parameters of type Storage
StorageMap(Storage storage)
          Creates the Map with the specified Storage as data provider.
 


GWT 2.3.0