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
public class FullscreenChangeEvent
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.UI>
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionFullscreenChangeEvent
(com.vaadin.flow.component.UI source, boolean fullscreen) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
FullscreenChangeEvent
public FullscreenChangeEvent(com.vaadin.flow.component.UI source, boolean fullscreen)
-
-
Method Details
-
isFullscreen
public boolean isFullscreen()
-