ContingentValuesDefinition QML Type
An object that defines a contingent values definition. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.13 |
Inherits: |
- List of all members, including inherited members
- ContingentValuesDefinition is part of QML Type List.
Properties
- fieldGroups : list<FieldGroup>
- loadError : Error
- loadStatus : Enums.LoadStatus
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
See also Loadable.
Property Documentation
[read-only] fieldGroups : list<FieldGroup> |
A collection of field groups participating in this contingent values definition (read-only).
[read-only] loadStatus : Enums.LoadStatus |
The Enums.LoadStatus of the ContingentValuesDefinition object.
See also Loadable.
Signal Documentation
doneLoading() |
Emitted when the ContingentValueDefinition object finishes loading.
Note: The corresponding handler is onDoneLoading
.
fieldGroupsChanged() |
Emitted when the fieldGroups property of this ContingentValueDefinition object changes.
Note: The corresponding handler is onFieldGroupsChanged
.
loadErrorChanged() |
Emitted when the loadError property of this ContingentValueDefinition object changes.
Note: The corresponding handler is onLoadErrorChanged
.
loadStatusChanged() |
Emitted when the loadStatus property of this ContingentValueDefinition object changes.
Note: The corresponding handler is onLoadStatusChanged
.