public interface DrilldownCallback extends Serializable
DrilldownCallback is used for async drilldown.
handleDrilldown(DrilldownDetails)
is called when a
point with drilldown enabled is clicked and needs to return the Series to be
used as drilldown for the point.
To enable async drilldown for a series item use
DataSeries.addItemWithDrilldown(com.vaadin.flow.component.charts.model.DataSeriesItem)
Modifier and Type | Interface and Description |
---|---|
static class |
DrilldownCallback.DrilldownDetails |
Modifier and Type | Method and Description |
---|---|
Series |
handleDrilldown(DrilldownCallback.DrilldownDetails event)
Method called when a point with drilldown enabled is clicked and should
return the Series to be used as drilldown for the point.
|
Series handleDrilldown(DrilldownCallback.DrilldownDetails event)
event
- Series
instance to be used as drilldown for the point
or null
if nothing should be doneCopyright © 2021. All rights reserved.