Class MapDrillupEvent

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

@DomEvent("chart-drillup") public class MapDrillupEvent extends com.vaadin.flow.component.ComponentEvent<Map>
ChartDrillupEvent triggered when the 'Back to previous series' button is clicked
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • MapDrillupEvent

      public MapDrillupEvent(Map source, boolean fromClient)
      Constructs a ChartDrillupEvent
      Parameters:
      source - a Map object.
      fromClient - a boolean.