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 TypeMethodDescription@Nullable GeolocationAvailabilityGeolocation.getAvailability()Returns the current geolocation availability — whether the Geolocation API is usable in this context and, if so, what permission state the origin has.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. -
Uses of GeolocationAvailability in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return GeolocationAvailabilityModifier and TypeMethodDescriptionUIInternals.getGeolocationAvailability()Returns the cached geolocation availability for this UI, ornullif the browser has not yet reported one.Methods in com.vaadin.flow.component.internal with parameters of type GeolocationAvailabilityModifier and TypeMethodDescriptionvoidUIInternals.setGeolocationAvailability(GeolocationAvailability availability) Updates the cached geolocation availability.