Uses of Interface
org.vaadin.firitin.util.WebStorage.Callback
Packages that use WebStorage.Callback
-
Uses of WebStorage.Callback in org.vaadin.firitin.util
Methods in org.vaadin.firitin.util with parameters of type WebStorage.CallbackModifier and TypeMethodDescriptionstatic void
WebStorage.getItem
(com.vaadin.flow.component.UI ui, WebStorage.Storage storage, String key, WebStorage.Callback callback) Asynchronously gets an item from the given storagestatic void
WebStorage.getItem
(String key, WebStorage.Callback callback) Asynchronously gets an item from the Storage.localStoragestatic void
WebStorage.getItem
(WebStorage.Storage storage, String key, WebStorage.Callback callback) Asynchronously gets an item from the given storage