We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.model.
Class DrilldownCallback.DrilldownDetails
- java.lang.Object
-
- com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails
-
All Implemented Interfaces:
Enclosing interface:
public static class DrilldownCallback.DrilldownDetails extends Object implements Serializable
See Also:
-
-
Constructor Summary
Constructors Constructor Description DrilldownDetails​(Series series, DataSeriesItem item, int itemIndex)
Construct a DrilldownDetails
-
Method Summary
All Methods Modifier and Type Method Description DataSeriesItem
getItem()
Returns the item that was clicked
int
getItemIndex()
Returns the index of
getItem()
ingetSeries()
.Series
getSeries()
Returns the
getItem()
series.
-
-
-
Constructor Detail
-
DrilldownDetails
public DrilldownDetails​(Series series, DataSeriesItem item, int itemIndex)
Construct a DrilldownDetails
Parameters:
series
-Series
in which the event was originateditem
-DataSeriesItem
itemIndex
- index of the item.
-
-
Method Detail
-
getItem
public DataSeriesItem getItem()
Returns the item that was clicked
Returns:
-
getItemIndex
public int getItemIndex()
Returns the index of
getItem()
ingetSeries()
.Returns:
-
-