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