Uses of Enum Class
org.vaadin.firitin.util.ScreenWakeLock.State
Packages that use ScreenWakeLock.State
-
Uses of ScreenWakeLock.State in org.vaadin.firitin.util
Methods in org.vaadin.firitin.util that return ScreenWakeLock.StateModifier and TypeMethodDescriptionstatic ScreenWakeLock.StateReturns the enum constant of this class with the specified name.static ScreenWakeLock.State[]ScreenWakeLock.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.util that return types with arguments of type ScreenWakeLock.StateModifier and TypeMethodDescriptionstatic CompletionStage<ScreenWakeLock.State> ScreenWakeLock.checkState()Checks the current state of the screen wake lock for the current UI instance.ScreenWakeLock.checkState(com.vaadin.flow.component.UI ui) Checks the current state of the screen wake lock for the specified UI instance.ScreenWakeLock.request()Requests a screen wake lock for the current UI instance without a release callback.Requests a screen wake lock for the specified UI instance.Requests a screen wake lock for the current UI instance with a release callback.