Uses of Interface
com.vaadin.addon.touchkit.extensions.LocalStorageCallback

Packages that use LocalStorageCallback
com.vaadin.addon.touchkit.extensions Contained here are the different extensions provided by TouchKit. 
 

Uses of LocalStorageCallback in com.vaadin.addon.touchkit.extensions
 

Methods in com.vaadin.addon.touchkit.extensions with parameters of type LocalStorageCallback
static void LocalStorage.detectValue(String key, LocalStorageCallback callback)
          Detects the value of the given key in the client side HTML5 storage.
 void LocalStorage.get(String key, LocalStorageCallback callback)
          Detects the value of the given key in the client side HTML5 storage.
 void LocalStorage.put(String key, String value, LocalStorageCallback callback)
          Stores a given key-value pair in the browser's local storage.
 



Copyright © 2014 Vaadin Ltd. All rights reserved.