Uses of Enum Class
org.vaadin.firitin.util.WebStorage.Storage
Packages that use WebStorage.Storage
-
Uses of WebStorage.Storage in org.vaadin.firitin.util
Subclasses with type arguments of type WebStorage.Storage in org.vaadin.firitin.utilModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.vaadin.firitin.util that return WebStorage.StorageModifier and TypeMethodDescriptionstatic WebStorage.StorageReturns the enum constant of this class with the specified name.static WebStorage.Storage[]WebStorage.Storage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.util with parameters of type WebStorage.StorageModifier and TypeMethodDescriptionstatic voidWebStorage.clear(com.vaadin.flow.component.UI ui, WebStorage.Storage storage) Deprecated, for removal: This API element is subject to removal in a future version.static voidWebStorage.clear(WebStorage.Storage storage) Deprecated, for removal: This API element is subject to removal in a future version.Clears the given storage.static voidWebStorage.getItem(com.vaadin.flow.component.UI ui, WebStorage.Storage storage, String key, WebStorage.Callback callback) Deprecated, for removal: This API element is subject to removal in a future version.static voidWebStorage.getItem(WebStorage.Storage storage, String key, WebStorage.Callback callback) Deprecated, for removal: This API element is subject to removal in a future version.static voidWebStorage.removeItem(com.vaadin.flow.component.UI ui, WebStorage.Storage storage, String key) Deprecated, for removal: This API element is subject to removal in a future version.static voidWebStorage.removeItem(WebStorage.Storage storage, String key) Deprecated, for removal: This API element is subject to removal in a future version.static voidWebStorage.setItem(com.vaadin.flow.component.UI ui, WebStorage.Storage storage, String key, String value) Deprecated, for removal: This API element is subject to removal in a future version.static voidWebStorage.setItem(WebStorage.Storage storage, String key, String value) Deprecated, for removal: This API element is subject to removal in a future version.