Class MapDrillupAllEvent

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

@DomEvent("chart-drillupall") public class MapDrillupAllEvent extends com.vaadin.flow.component.ComponentEvent<Map>
ChartDrillupEvent triggered after all the series has been drilled up if chart has multiple drilldown series
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • MapDrillupAllEvent

      public MapDrillupAllEvent(Map source, boolean fromClient)
      Constructs a ChartDrillupAllEvent
      Parameters:
      source - a Map object.
      fromClient - a boolean.