Uses of Enum Class
com.vaadin.flow.component.fullscreen.FullscreenState
Packages that use FullscreenState
-
Uses of FullscreenState in com.vaadin.flow.component.fullscreen
Methods in com.vaadin.flow.component.fullscreen 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.fullscreen that return types with arguments of type FullscreenStateModifier and TypeMethodDescriptionstatic Signal<FullscreenState> Fullscreen.stateSignal()Returns a read-only signal that tracks the browser's fullscreen state for the current UI.