Class DataSet
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.ChartDataObservableObject
io.jmix.chartsflowui.kit.component.model.DataSet
- All Implemented Interfaces:
Serializable
DataSet component is the recommended way to provide data to a chart. All series added to the chart
will use the data set. The only series that requires its own data set is the
GaugeSeries
.
More detailed information is provided in the documentation.-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartDataObservableObject
chart
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
getId()
void
void
setSource
(DataSet.Source<?> source) withSource
(DataSet.Source<?> source) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartDataObservableObject
setChart
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
id
-
source
-
-
Constructor Details
-
DataSet
public DataSet()
-
-
Method Details
-
getId
-
setId
-
getSource
-
setSource
-
withSource
-
afterChartSetup
protected void afterChartSetup()- Specified by:
afterChartSetup
in classChartDataObservableObject
-