Collection of FeatureForms enumerations. More...
Header:#include <FeatureFormsTypes.h>
Types (since Esri::ArcGISRuntime 200.8)
enum class FormAttachmentType { Other, Image, Video, Document, Audio } (since Esri::ArcGISRuntime 200.8)
enum class FormElementType { UnsupportedFormElement, FieldFormElement, GroupFormElement, AttachmentsFormElement, TextFormElement, UtilityAssociationsFormElement } (since Esri::ArcGISRuntime 200.8)
enum class FormGroupState { Collapsed, Expanded } (since Esri::ArcGISRuntime 200.8)
enum class FormInputNoValueOption { Show, Hide } (since Esri::ArcGISRuntime 200.8)
enum class FormInputType { UnsupportedFormInput, BarcodeScannerFormInput, ComboBoxFormInput, DateTimePickerFormInput, RadioButtonsFormInput, â¦, TextBoxFormInput } (since Esri::ArcGISRuntime 200.8)
enum class FormTextFormat { PlainText, Markdown }
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 DescriptionFormAttachmentType::Other
-1
An attachment of another type. FormAttachmentType::Image
0
An image. FormAttachmentType::Video
1
A video. FormAttachmentType::Document
2
A document. FormAttachmentType::Audio
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 DescriptionFormElementType::UnsupportedFormElement
-1
An unsupported form element. FormElementType::FieldFormElement
1
A field form element. FormElementType::GroupFormElement
2
A group form element. FormElementType::AttachmentsFormElement
3
An attachments form element. FormElementType::TextFormElement
4
A text form element. FormElementType::UtilityAssociationsFormElement
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 DescriptionFormGroupState::Collapsed
0
The group element is collapsed. FormGroupState::Expanded
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 DescriptionFormInputNoValueOption::Show
0
Show a null value option. FormInputNoValueOption::Hide
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 DescriptionFormInputType::UnsupportedFormInput
-1
An UnsupportedFormInput object. FormInputType::BarcodeScannerFormInput
0
A BarcodeScannerFormInput object. FormInputType::ComboBoxFormInput
1
A ComboBoxFormInput object. FormInputType::DateTimePickerFormInput
2
A DateTimePickerFormInput object. FormInputType::RadioButtonsFormInput
3
A RadioButtonsFormInput object. FormInputType::SwitchFormInput
4
A SwitchFormInput object. FormInputType::TextAreaFormInput
5
A TextAreaFormInput object. FormInputType::TextBoxFormInput
6
A TextBoxFormInput object.
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 DescriptionFormTextFormat::PlainText
0
Text with no formatting. FormTextFormat::Markdown
1
Text uses the Markdown language.
This enum was introduced in Esri::ArcGISRuntime 200.8.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4