Class ChartDrillupEvent

  • All Implemented Interfaces:
    Serializable

    @DomEvent("chart-drillup")
    public class ChartDrillupEvent
    extends com.vaadin.flow.component.ComponentEvent<Chart>
    ChartDrillupEvent triggered when the 'Back to previous series' button is clicked
    See Also:
    Serialized Form
    • Constructor Detail

      • ChartDrillupEvent

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