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 TypeMethodDescriptionGeolocationClient.currentAvailability()Returns the most recently observed availability.static 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 TypeMethodDescriptionstatic Signal<GeolocationAvailability> Geolocation.availabilityHintSignal()Returns a read-only signal hinting at whether geolocation is usable for the current UI.static Signal<GeolocationAvailability> Geolocation.availabilityHintSignal(UI ui) Returns a read-only signal hinting at whether geolocation is usable for the given UI.Method parameters in com.vaadin.flow.component.geolocation with type arguments of type GeolocationAvailabilityModifier and TypeMethodDescriptionGeolocationClient.subscribeAvailability(SerializableConsumer<GeolocationAvailability> onChange) Subscribes to availability changes. -
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.