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 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, unregisterListenerMethods inherited from class EventObject
toString 
- 
Constructor Details
- 
FullscreenChangeEvent
public FullscreenChangeEvent(com.vaadin.flow.component.UI source, boolean fullscreen)  
 - 
 - 
Method Details
- 
isFullscreen
public boolean isFullscreen() 
 -