Class Aria
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.Aria
- All Implemented Interfaces:
Serializable
Aria is options for the Accessible Rich Internet Applications Suite,
which is dedicated to making web content and web applications accessible.
It is turned off by default and needs to be turned on by setting
More detailed information is provided in the documentation.
It is turned off by default and needs to be turned on by setting
setEnabled(Boolean) to true.More detailed information is provided in the documentation.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDecal patterns configuration component.static classA component which contains the description of the chart.Nested 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.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDecal()getLabel()voidsetDecal(Aria.Decal decal) voidsetEnabled(Boolean enabled) voidsetLabel(Aria.Label label) withDecal(Aria.Decal decal) withEnabled(Boolean enabled) withLabel(Aria.Label label) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
enabled
-
label
-
decal
-
-
Constructor Details
-
Aria
public Aria()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getLabel
-
setLabel
-
getDecal
-
setDecal
-
withEnabled
-
withLabel
-
withDecal
-