Uses of Class
com.google.gwt.storage.client.Storage
-
Uses of Storage in com.google.gwt.storage.client
Modifier and TypeMethodDescriptionstatic Storage
Storage.getLocalStorageIfSupported()
Returns a Local Storage.static Storage
Storage.getSessionStorageIfSupported()
Returns a Session Storage.StorageEvent.getStorageArea()
Returns theStorage
object that was affected.protected Storage
StorageImpl.getStorageFromEvent
(StorageEvent event) Returns theStorage
object that was affected in the event.ModifierConstructorDescriptionStorageMap
(Storage storage) Creates the Map with the specified Storage as data provider.