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 ClassesNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartDataObservableObject
chartFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetId()voidvoidsetSource(DataSet.Source<?> source) withSource(DataSet.Source<?> source) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartDataObservableObject
setChartMethods 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:
afterChartSetupin classChartDataObservableObject
-