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
Modifier and TypeClassDescriptionstatic class
Decal patterns configuration component.static class
A 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
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDecal()
getLabel()
void
setDecal
(Aria.Decal decal) void
setEnabled
(Boolean enabled) void
setLabel
(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
-