Uses of Class
com.google.gwt.storage.client.Storage
-
Packages that use Storage Package Description 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 Modifier and Type Method Description static StorageStorage. getLocalStorageIfSupported()Returns a Local Storage.static StorageStorage. getSessionStorageIfSupported()Returns a Session Storage.StorageStorageEvent. getStorageArea()Returns theStorageobject that was affected.protected StorageStorageImpl. getStorageFromEvent(StorageEvent event)Returns theStorageobject that was affected in the event.Constructors in com.google.gwt.storage.client with parameters of type Storage Constructor Description StorageMap(Storage storage)Creates the Map with the specified Storage as data provider.
-