Class FullscreenChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.UI>
org.vaadin.firitin.util.fullscreen.FullscreenChangeEvent
- All Implemented Interfaces:
Serializable
@Deprecated(since="3.6",
forRemoval=true)
public class FullscreenChangeEvent
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.UI>
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionFullscreenChangeEvent(com.vaadin.flow.component.UI source, boolean fullscreen) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, getUI, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
FullscreenChangeEvent
public FullscreenChangeEvent(com.vaadin.flow.component.UI source, boolean fullscreen) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isFullscreen
public boolean isFullscreen()Deprecated, for removal: This API element is subject to removal in a future version.
-
FullScreenhelper. Use the nativecom.vaadin.flow.component.fullscreen.Fullscreenand observe state changes viaFullscreen.stateSignal().