Uses of Class
com.vaadin.flow.component.fullscreen.FullscreenBinding
Packages that use FullscreenBinding
Package
Description
Server-side access to the browser's Fullscreen API.
-
Uses of FullscreenBinding in com.vaadin.flow.component.fullscreen
Methods in com.vaadin.flow.component.fullscreen that return FullscreenBindingModifier and TypeMethodDescriptionstatic <T extends Component & ClickNotifier<?>>
FullscreenBindingFullscreen.onClick(T component) Starts a fullscreen request bound to clicks on the given component ? the entry point for "Fullscreen" buttons.