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.
Part of the deprecated FullScreen helper. Use the native com.vaadin.flow.component.fullscreen.Fullscreen and observe state changes via Fullscreen.stateSignal().
See Also:
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    FullscreenChangeEvent(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 Type
    Method
    Description
    boolean
    Deprecated, 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, unregisterListener

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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.