Uses of Record Class
com.vaadin.flow.component.page.ScreenOrientationLockError
Packages that use ScreenOrientationLockError
-
Uses of ScreenOrientationLockError in com.vaadin.flow.component.page
Method parameters in com.vaadin.flow.component.page with type arguments of type ScreenOrientationLockErrorModifier and TypeMethodDescriptionvoidPage.lockOrientation(ScreenOrientation orientation, SerializableRunnable onSuccess, SerializableConsumer<ScreenOrientationLockError> onError) Locks the screen orientation to the given type and notifies the matching callback when the browser resolves the request.