Uses of Enum Class
com.vaadin.flow.component.geolocation.GeolocationAvailability
Packages that use GeolocationAvailability
-
Uses of GeolocationAvailability in com.vaadin.flow.component.geolocation
Methods in com.vaadin.flow.component.geolocation that return GeolocationAvailabilityModifier and TypeMethodDescriptionstatic GeolocationAvailabilityReturns the enum constant of this class with the specified name.static GeolocationAvailability[]GeolocationAvailability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.geolocation that return types with arguments of type GeolocationAvailabilityModifier and TypeMethodDescriptionGeolocation.availabilitySignal()Returns a read-only signal holding the current geolocation availability — whether the Geolocation API is usable in this context and, if so, what permission state the origin has. -
Uses of GeolocationAvailability in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type GeolocationAvailabilityModifier and TypeMethodDescriptionUIInternals.getGeolocationAvailabilitySignal()Returns the reactive signal holding the geolocation availability for this UI.Methods in com.vaadin.flow.component.internal with parameters of type GeolocationAvailabilityModifier and TypeMethodDescriptionvoidUIInternals.setGeolocationAvailability(GeolocationAvailability availability) Updates the geolocation availability signal.