Uses of Interface
org.vaadin.firitin.util.WebStorage.Callback
-
Uses of WebStorage.Callback in org.vaadin.firitin.util
Modifier 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