Class Aria.Label
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.Aria.Label
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Aria
A component which contains the description of the chart.
Can be automatically and intelligently generated based on the chart, data, title, etc.
The description can also be modified through this component.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Data-related configuration component.static class
A component for the overall description of the chart.static class
Series-related configuration component.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected Aria.Label.Data
protected String
protected Boolean
protected Aria.Label.General
protected Aria.Label.Series
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
void
setData
(Aria.Label.Data data) void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setGeneral
(Aria.Label.General general) void
setSeries
(Aria.Label.Series series) withData
(Aria.Label.Data data) withDescription
(String description) withEnabled
(Boolean enabled) withGeneral
(Aria.Label.General general) withSeries
(Aria.Label.Series series) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
enabled
-
description
-
general
-
series
-
data
-
-
Constructor Details
-
Label
public Label()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getDescription
-
setDescription
-
getGeneral
-
setGeneral
-
getSeries
-
setSeries
-
getData
-
setData
-
withEnabled
-
withDescription
-
withGeneral
-
withSeries
-
withData
-