Class ChartLoadEvent

  • All Implemented Interfaces:
    Serializable

    @DomEvent("chart-load")
    public class ChartLoadEvent
    extends com.vaadin.flow.component.ComponentEvent<Chart>
    Fired after a chart is loaded
    See Also:
    Serialized Form
    • Constructor Detail

      • ChartLoadEvent

        public ChartLoadEvent​(Chart source,
                              boolean fromClient)
        Constructs a ChartLoadEvent
        Parameters:
        source -
        fromClient -