Class SelectListeningDataSeries
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.AbstractSeries
com.vaadin.flow.component.charts.model.DataSeries
com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.SelectListeningDataSeries
- All Implemented Interfaces:
Series,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSelectListeningDataSeries(String name, SelectListeningDataSeries.SelectListener selectListener) -
Method Summary
Methods inherited from class com.vaadin.flow.component.charts.model.DataSeries
add, add, addData, addItemWithDrilldown, addItemWithDrilldown, clear, get, get, getData, remove, setData, setData, setData, setData, setItemSliced, setItemSliced, setItemSliced, size, updateMethods inherited from class com.vaadin.flow.component.charts.model.AbstractSeries
getColorAxis, getConfiguration, getId, getName, getPlotOptions, getStack, getxAxis, getyAxis, isVisible, setColorAxis, setConfiguration, setId, setName, setPlotOptions, setStack, setVisible, setVisible, setxAxis, setyAxis, setyAxis, updateSeries
-
Constructor Details
-
SelectListeningDataSeries
public SelectListeningDataSeries(String name, SelectListeningDataSeries.SelectListener selectListener)
-
-
Method Details
-
getSelectListener
-