Class MapLoadEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Map>
com.vaadin.componentfactory.maps.events.MapLoadEvent
All Implemented Interfaces:
Serializable

@DomEvent("chart-load") public class MapLoadEvent extends com.vaadin.flow.component.ComponentEvent<Map>
Fired after a chart is loaded
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • MapLoadEvent

      public MapLoadEvent(Map source, boolean fromClient)
      Constructs a ChartLoadEvent
      Parameters:
      source - a Map object.
      fromClient - a boolean.