Collection of FeatureForms enumerations. More...
Header | #include <Feature |
Types
(since Esri enum class | Form |
(since Esri enum class | Form |
(since Esri enum class | Form |
(since Esri enum class | Form |
(since Esri enum class | Form |
(since Esri enum class | Form |
Detailed Description
Type Documentation
[since Esri::ArcGISRuntime 200.8]
enum class FormAttachmentType
An enumeration of the various types of attachments in a Feature Form.
The FormAttachmentType can be one of:
Constant | Value | Description |
---|---|---|
Form | -1 | An attachment of another type. |
Form | 0 | An image. |
Form | 1 | A video. |
Form | 2 | A document. |
Form | 3 | An audio file. |
This enum was introduced in Esri::ArcGISRuntime 200.8.
[since Esri::ArcGISRuntime 200.8]
enum class FormElementType
Type of element in a form.
The FormElementType can be one of:
Constant | Value | Description |
---|---|---|
Form | -1 | An unsupported form element. |
Form | 1 | A field form element. |
Form | 2 | A group form element. |
Form | 3 | An attachments form element. |
Form | 4 | A text form element. |
Form | 5 | A utility associations form element. |
This enum was introduced in Esri::ArcGISRuntime 200.8.
[since Esri::ArcGISRuntime 200.8]
enum class FormGroupState
The list of display state values for a group form element.
The FormGroupState can be one of:
Constant | Value | Description |
---|---|---|
Form | 0 | The group element is collapsed. |
Form | 1 | The group element is expanded. |
This enum was introduced in Esri::ArcGISRuntime 200.8.
[since Esri::ArcGISRuntime 200.8]
enum class FormInputNoValueOption
The list of display state values for null value options.
The FormInputNoValueOption can be one of:
Constant | Value | Description |
---|---|---|
Form | 0 | Show a null value option. |
Form | 1 | Do not show a null value option. |
This enum was introduced in Esri::ArcGISRuntime 200.8.
[since Esri::ArcGISRuntime 200.8]
enum class FormInputType
Type of input for a field form element.
The FormInputType can be one of:
Constant | Value | Description |
---|---|---|
Form | -1 | An Unsupported |
Form | 0 | A Barcode |
Form | 1 | A Combo |
Form | 2 | A Date |
Form | 3 | A Radio |
Form | 4 | A Switch |
Form | 5 | A Text |
Form | 6 | A Text |
This enum was introduced in Esri::ArcGISRuntime 200.8.
[since Esri::ArcGISRuntime 200.8]
enum class FormTextFormat
Defines the format of the text of a TextFormElement.
The FormTextFormat can be one of:
Constant | Value | Description |
---|---|---|
Form | 0 | Text with no formatting. |
Form | 1 | Text uses the Markdown language. |
This enum was introduced in Esri::ArcGISRuntime 200.8.