Class GenericSeriesReader
java.lang.Object
com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.GenericSeriesReader
Can be used to test reading of a new chart type or as a temporary means to
see the data.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
AbstractSeriesReader.ValueUpdateMode -
Field Summary
Fields inherited from class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
showDataInHiddenCells -
Constructor Summary
ConstructorsConstructorDescriptionGenericSeriesReader(org.apache.xmlbeans.XmlObject ctChart, Spreadsheet spreadsheet, boolean showDataInHiddenCells) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractSeriesDatacreateSeriesDataObject(org.apache.xmlbeans.XmlObject serie) Methods inherited from class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
createCategories, createSeriesDataPoints, fillSeriesData, getChart, getNumericValueFromCellRef, getSeries, getSpreadsheet, handleReferencedValueUpdates, tryGetSeriesName
-
Constructor Details
-
GenericSeriesReader
public GenericSeriesReader(org.apache.xmlbeans.XmlObject ctChart, Spreadsheet spreadsheet, boolean showDataInHiddenCells)
-
-
Method Details
-
createSeriesDataObject
- Specified by:
createSeriesDataObjectin classAbstractSeriesReader
-