Uses of Enum Class
com.vaadin.flow.component.wakelock.WakeLockAvailability
Packages that use WakeLockAvailability
Package
Description
Server-side access to the browser's Screen Wake Lock API, which keeps the
device screen from dimming or locking ? useful for dashboards, kiosks,
presentations, and recipe or workout screens.
-
Uses of WakeLockAvailability in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type WakeLockAvailabilityModifier and TypeMethodDescriptionUIInternals.getWakeLockAvailabilitySignalReadOnly()Returns the read-only view of the wake-lock availability signal for this UI.Methods in com.vaadin.flow.component.internal with parameters of type WakeLockAvailabilityModifier and TypeMethodDescriptionvoidUIInternals.setWakeLockAvailability(WakeLockAvailability availability) Updates the wake-lock availability signal. -
Uses of WakeLockAvailability in com.vaadin.flow.component.wakelock
Methods in com.vaadin.flow.component.wakelock that return WakeLockAvailabilityModifier and TypeMethodDescriptionstatic WakeLockAvailabilityReturns the enum constant of this class with the specified name.static WakeLockAvailability[]WakeLockAvailability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.wakelock that return types with arguments of type WakeLockAvailabilityModifier and TypeMethodDescriptionstatic Signal<WakeLockAvailability> WakeLock.availabilitySignal()Returns a read-only signal hinting at whether the Screen Wake Lock API is usable in the current UI's page context.static Signal<WakeLockAvailability> WakeLock.availabilitySignal(UI ui) Returns the availability hint signal for the given UI.