Uses of Enum Class
com.vaadin.flow.component.wakelock.WakeLockErrorCode
Packages that use WakeLockErrorCode
-
Uses of WakeLockErrorCode in com.vaadin.flow.component.wakelock
Methods in com.vaadin.flow.component.wakelock that return WakeLockErrorCodeModifier and TypeMethodDescriptionWakeLockError.code()Returns the value of thecoderecord component.static WakeLockErrorCodeReturns the enum constant of this class with the specified name.static WakeLockErrorCode[]WakeLockErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.flow.component.wakelock with parameters of type WakeLockErrorCodeModifierConstructorDescriptionWakeLockError(WakeLockErrorCode code, String message) Creates an instance of aWakeLockErrorrecord class.