Uses of Enum Class
com.vaadin.flow.component.screenorientation.ScreenOrientationLockErrorCode
Packages that use ScreenOrientationLockErrorCode
Package
Description
Server-side access to the browser's Screen Orientation API for observing and
locking the device's screen orientation.
-
Uses of ScreenOrientationLockErrorCode in com.vaadin.flow.component.screenorientation
Methods in com.vaadin.flow.component.screenorientation that return ScreenOrientationLockErrorCodeModifier and TypeMethodDescriptionScreenOrientationLockError.errorCode()Returns the value of theerrorCoderecord component.Returns the enum constant of this class with the specified name.static ScreenOrientationLockErrorCode[]ScreenOrientationLockErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.flow.component.screenorientation with parameters of type ScreenOrientationLockErrorCodeModifierConstructorDescriptionScreenOrientationLockError(ScreenOrientationLockErrorCode errorCode, String debugInfo) Creates an instance of aScreenOrientationLockErrorrecord class.