Uses of Class
com.vaadin.flow.component.fullscreen.FullscreenBinding
Packages that use FullscreenBinding
-
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) Registers the given component as a clickable trigger for a fullscreen request — the common shape for fullscreen buttons.