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
Nested ClassesModifier and TypeClassDescriptionstatic classData-related configuration component.static classA component for the overall description of the chart.static classSeries-related configuration component.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Aria.Label.Dataprotected Stringprotected Booleanprotected Aria.Label.Generalprotected Aria.Label.SeriesFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()voidsetData(Aria.Label.Data data) voidsetDescription(String description) voidsetEnabled(Boolean enabled) voidsetGeneral(Aria.Label.General general) voidsetSeries(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
-