Uses of Enum Class
com.vaadin.flow.component.page.WebShareSupport
Packages that use WebShareSupport
-
Uses of WebShareSupport in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type WebShareSupportModifier and TypeMethodDescriptionUIInternals.getWebShareSupportSignal()Returns the reactive signal holding the Web Share API support state for this UI.Methods in com.vaadin.flow.component.internal with parameters of type WebShareSupportModifier and TypeMethodDescriptionvoidUIInternals.setWebShareSupport(WebShareSupport support) Updates the Web Share support signal. -
Uses of WebShareSupport in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return WebShareSupportModifier and TypeMethodDescriptionstatic WebShareSupportReturns the enum constant of this class with the specified name.static WebShareSupport[]WebShareSupport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.page that return types with arguments of type WebShareSupportModifier and TypeMethodDescriptionPage.shareSupportSignal()Returns a read-only signal that tracks whether the browser exposes the Web Share API (navigator.share).