Class MapSelectionEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Map>
com.vaadin.componentfactory.maps.events.MapSelectionEvent
- All Implemented Interfaces:
Serializable
@DomEvent("chart-selection")
public class MapSelectionEvent
extends com.vaadin.flow.component.ComponentEvent<Map>
The ChartSelectionEvent class stores information on selection events on the
chart's area.
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
MapSelectionEvent
public MapSelectionEvent(Map source, boolean fromClient, @EventData("event.detail.xAxisMin") Double selectionStart, @EventData("event.detail.xAxisMax") Double selectionEnd, @EventData("event.detail.yAxisMin") Double valueStart, @EventData("event.detail.yAxisMax") Double valueEnd) Construct a ChartSelectionEvent
-
-
Method Details
-
getSelectionStart
- Returns:
- selection start
-
getSelectionEnd
- Returns:
- selection end
-
getValueStart
- Returns:
- value start
-
getValueEnd
- Returns:
- value end
-