An object that defines a contingent values definition. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.13 |
Inherits: |
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
fieldGroups : list<FieldGroup> |
A collection of field groups participating in this contingent values definition (read-only).
The Enums.LoadStatus of the ContingentValuesDefinition object.
See also Loadable.
Signal Documentation
Emitted when the ContingentValueDefinition object finishes loading.
Note: The corresponding handler is onDoneLoading
.
Emitted when the fieldGroups property of this ContingentValueDefinition object changes.
Note: The corresponding handler is onFieldGroupsChanged
.
Emitted when the loadError property of this ContingentValueDefinition object changes.
Note: The corresponding handler is onLoadErrorChanged
.
Emitted when the loadStatus property of this ContingentValueDefinition object changes.
Note: The corresponding handler is onLoadStatusChanged
.