Uses of Enum Class
com.vaadin.flow.component.page.ScreenOrientation
Packages that use ScreenOrientation
-
Uses of ScreenOrientation in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return ScreenOrientationModifier and TypeMethodDescriptionstatic ScreenOrientationScreenOrientation.fromClientValue(String clientValue) Converts a client-side orientation type string to the corresponding enum value.ScreenOrientationData.type()Returns the value of thetyperecord component.static ScreenOrientationReturns the enum constant of this class with the specified name.static ScreenOrientation[]ScreenOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.page with parameters of type ScreenOrientationModifier and TypeMethodDescriptionPage.lockOrientation(ScreenOrientation orientation) Locks the screen orientation to the specified type.Constructors in com.vaadin.flow.component.page with parameters of type ScreenOrientationModifierConstructorDescriptionScreenOrientationData(ScreenOrientation type, int angle) Creates an instance of aScreenOrientationDatarecord class.