Uses of Class
com.vaadin.flow.component.page.FullscreenSession
Packages that use FullscreenSession
-
Uses of FullscreenSession in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return FullscreenSessionModifier and TypeMethodDescriptionComponent.requestFullscreen()Requests that the browser display this component in fullscreen mode. -
Uses of FullscreenSession in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return FullscreenSessionModifier and TypeMethodDescriptionPage.requestFullscreen()Requests that the browser display the entire page in fullscreen mode.Page.requestFullscreen(Component component) Requests that the browser display the given component in fullscreen mode.