Class GoogleMap.FullScreenEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GoogleMap>
com.flowingcode.vaadin.addons.googlemaps.GoogleMap.FullScreenEvent
All Implemented Interfaces:
Serializable
Enclosing class:
GoogleMap

public static class GoogleMap.FullScreenEvent extends ComponentEvent<GoogleMap>
Event fired when the full screen mode changes on the map.
See Also:
  • Constructor Details

    • FullScreenEvent

      public FullScreenEvent(GoogleMap source, boolean fromClient, boolean isFullScreen)
      Creates a new FullScreenEvent.
      Parameters:
      source - the source component
      fromClient - whether the event originated from the client side
      isFullScreen - the full screen state
  • Method Details

    • isFullScreen

      public boolean isFullScreen()
      Checks if the map is in full screen mode.
      Returns:
      true if the map is in full screen mode, false otherwise