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
Nested ClassesModifier and TypeClassDescriptionstatic classBase component for the description labels.static classThe description component used when the chart contains only multiple series.static classThe 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
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Aria.Label.Series.Multipleprotected Aria.Label.Series.SingleFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaxCount(Integer maxCount) voidsetMultiple(Aria.Label.Series.Multiple multiple) voidsetSingle(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
-