Class ChartMouseDownEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixChart>
io.jmix.chartsflowui.kit.component.event.AbstractChartEvent<T>
io.jmix.chartsflowui.kit.component.event.AbstractChartMouseEvent<ChartMouseDownEventDetail>
io.jmix.chartsflowui.kit.component.event.ChartMouseDownEvent
- All Implemented Interfaces:
Serializable
@DomEvent("jmix-chart:mousedown")
public class ChartMouseDownEvent
extends AbstractChartMouseEvent<ChartMouseDownEventDetail>
Event is fired after the user presses the click, regardless of whether releases it or not.
- See Also:
-
Field Summary
FieldsFields inherited from class io.jmix.chartsflowui.kit.component.event.AbstractChartMouseEvent
valueFields inherited from class io.jmix.chartsflowui.kit.component.event.AbstractChartEvent
detail, detailClass, detailJson, EVENT_NAME_PREFIXFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionChartMouseDownEvent(JmixChart source, boolean fromClient, elemental.json.JsonObject detail, elemental.json.JsonValue value) -
Method Summary
Methods inherited from class io.jmix.chartsflowui.kit.component.event.AbstractChartMouseEvent
getValueMethods inherited from class io.jmix.chartsflowui.kit.component.event.AbstractChartEvent
convertDetail, getDetail, getDetailJsonMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Field Details
-
EVENT_NAME
- See Also:
-
-
Constructor Details
-
ChartMouseDownEvent
public ChartMouseDownEvent(JmixChart source, boolean fromClient, @EventData("event.detail") elemental.json.JsonObject detail, @EventData("event.detail.value") elemental.json.JsonValue value)
-