Class Aria.Label.Series
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.Aria.Label.Series
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Aria.Label
Series-related configuration component.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Base component for the description labels.static class
The description component used when the chart contains only multiple series.static class
The description component used when the chart contains only one series.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected Integer
protected Aria.Label.Series.Multiple
protected Aria.Label.Series.Single
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMaxCount
(Integer maxCount) void
setMultiple
(Aria.Label.Series.Multiple multiple) void
setSingle
(Aria.Label.Series.Single single) withMaxCount
(Integer maxCount) withMultiple
(Aria.Label.Series.Multiple multiple) withSingle
(Aria.Label.Series.Single single) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
maxCount
-
single
-
multiple
-
-
Constructor Details
-
Series
public Series()
-
-
Method Details
-
getMaxCount
-
setMaxCount
-
getSingle
-
setSingle
-
getMultiple
-
setMultiple
-
withMaxCount
-
withSingle
-
withMultiple
-