Uses of Enum Class
com.vaadin.flow.component.page.FullscreenState
Packages that use FullscreenState
-
Uses of FullscreenState in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return FullscreenStateModifier and TypeMethodDescriptionstatic FullscreenStateReturns the enum constant of this class with the specified name.static FullscreenState[]FullscreenState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.page that return types with arguments of type FullscreenStateModifier and TypeMethodDescriptionPage.fullscreenSignal()Returns a read-only signal that tracks the browser's fullscreen state.Methods in com.vaadin.flow.component.page with parameters of type FullscreenStateModifier and TypeMethodDescriptionvoidPage.simulateFullscreenChange(FullscreenState newState) DrivesPage.fullscreenSignal()from test code without going through the client bridge.