Class ChartGlobalCursorTakenEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixChart>
io.jmix.chartsflowui.kit.component.event.AbstractChartEvent<ChartGlobalCursorTakenEventDetail>
io.jmix.chartsflowui.kit.component.event.ChartGlobalCursorTakenEvent
- All Implemented Interfaces:
- Serializable
@DomEvent("jmix-chart:globalcursortaken")
public class ChartGlobalCursorTakenEvent
extends AbstractChartEvent<ChartGlobalCursorTakenEventDetail>
Event fired when switch of the brush.
- See Also:
- 
Field SummaryFieldsFields inherited from class io.jmix.chartsflowui.kit.component.event.AbstractChartEventdetail, detailClass, detailJson, EVENT_NAME_PREFIXFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionChartGlobalCursorTakenEvent(JmixChart source, boolean fromClient, elemental.json.JsonObject detail) 
- 
Method SummaryMethods inherited from class io.jmix.chartsflowui.kit.component.event.AbstractChartEventconvertDetail, getDetail, getDetailJsonMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
EVENT_NAME- See Also:
 
 
- 
- 
Constructor Details- 
ChartGlobalCursorTakenEventpublic ChartGlobalCursorTakenEvent(JmixChart source, boolean fromClient, @EventData("event.detail") elemental.json.JsonObject detail) 
 
-