|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |