Class ChartLegendScrollEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixChart>
io.jmix.chartsflowui.kit.component.event.AbstractChartEvent<ChartLegendScrollEventDetail>
io.jmix.chartsflowui.kit.component.event.ChartLegendScrollEvent
- All Implemented Interfaces:
Serializable
@DomEvent("jmix-chart:legendscroll")
public class ChartLegendScrollEvent
extends AbstractChartEvent<ChartLegendScrollEventDetail>
Event fired after scrolling the scrollable legend.
- See Also:
-
Field Summary
Fields inherited from class io.jmix.chartsflowui.kit.component.event.AbstractChartEvent
detail, detailClass, detailJson, EVENT_NAME_PREFIX
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionChartLegendScrollEvent
(JmixChart source, boolean fromClient, elemental.json.JsonObject detail) -
Method Summary
Methods inherited from class io.jmix.chartsflowui.kit.component.event.AbstractChartEvent
convertDetail, getDetail, getDetailJson
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
EVENT_NAME
- See Also:
-
-
Constructor Details
-
ChartLegendScrollEvent
public ChartLegendScrollEvent(JmixChart source, boolean fromClient, @EventData("event.detail") elemental.json.JsonObject detail)
-