Uses of Record Class
com.vaadin.flow.component.screenorientation.ScreenOrientationData
Packages that use ScreenOrientationData
Package
Description
Server-side access to the browser's Screen Orientation API for observing and
locking the device's screen orientation.
-
Uses of ScreenOrientationData in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type ScreenOrientationDataModifier and TypeMethodDescriptionUIInternals.getScreenOrientationSignalReadOnly()Returns the read-only view of the screen orientation signal for this UI. -
Uses of ScreenOrientationData in com.vaadin.flow.component.screenorientation
Methods in com.vaadin.flow.component.screenorientation that return types with arguments of type ScreenOrientationDataModifier and TypeMethodDescriptionstatic Signal<ScreenOrientationData> ScreenOrientation.orientationSignal()Returns a read-only signal that tracks the current screen orientation and its rotation angle for the current UI.static Signal<ScreenOrientationData> ScreenOrientation.orientationSignal(UI ui) Returns the read-only screen orientation signal for the given UI.