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:
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDrilldownDetails
(Series series, DataSeriesItem item, int itemIndex) Construct a DrilldownDetails
-
Method Summary
Modifier and TypeMethodDescriptiongetItem()
Returns the item that was clicked
int
Returns the index of
getItem()
ingetSeries()
.Returns the
getItem()
series.
-
Constructor Details
-
DrilldownDetails
Construct a DrilldownDetails
Parameters:
series
-Series
in which the event was originateditem
-DataSeriesItem
itemIndex
- index of the item.
-
-
Method Details
-
getSeries
Returns the
getItem()
series.Returns:
-
getItem
Returns the item that was clicked
Returns:
-
getItemIndex
public int getItemIndex()Returns the index of
getItem()
ingetSeries()
.Returns:
-