Class ChartGlobalOutEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixChart>
io.jmix.chartsflowui.kit.component.event.AbstractChartEvent<ChartGlobalOutEventDetail>
io.jmix.chartsflowui.kit.component.event.ChartGlobalOutEvent
All Implemented Interfaces:
Serializable

@DomEvent("jmix-chart:globalout") public class ChartGlobalOutEvent extends AbstractChartEvent<ChartGlobalOutEventDetail>
Event fired if the mouse cursor moves outside the component.
See Also:
  • Field Details

  • Constructor Details

    • ChartGlobalOutEvent

      public ChartGlobalOutEvent(JmixChart source, boolean fromClient, @EventData("event.detail") elemental.json.JsonObject detail)