Collection of Popup enumerations. More...
Header | #include <Popup |
Types
enum class | Feature |
enum class | Popup |
enum class | Popup |
enum class | Popup |
enum class | Popup |
enum class | Popup |
enum class | Popup |
enum class | Popup |
enum class | Popup |
enum class | Popup |
Detailed Description
Type Documentation
enum class FeatureTypeChangeMode
Enumerates the feature type change modes in a Popup.
FeatureTypeChangeMode can be one of:
Constant | Value | Description |
---|---|---|
Feature | 0 | Resets all fields to the default values defined in the feature template prototype. |
Feature | 1 | Keeps all applicable current field values. If the value is not allowed in the new feature type, then it will be set to null. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class PopupAttachmentEditState
Enumerates the attachment edit state of the Popup.
PopupAttachmentEditState can be one of:
Constant | Value | Description |
---|---|---|
Popup | 0 | Attachments that already existed on the Geo |
Popup | 1 | Attachments that have been provided via a UR |
Popup | 2 | Attachments that existed on the Geo |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class PopupAttachmentType
Enumerates the type of attachment in the Popup.
PopupAttachmentType can be one of:
Constant | Value | Description |
---|---|---|
Popup | 0 | An image. |
Popup | 1 | A video. |
Popup | 2 | A document. |
Popup | 3 | Other. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class PopupAttachmentsDisplayType
Indicates how to display the attachments. If `list` is specified, attachments show as links. If `preview` is specified, attachments expand to the width of the pop-up. Setting the value to `auto` allows applications to choose the most suitable default experience for their application.
The PopupAttachmentsDisplayType can be one of:
Constant | Value | Description |
---|---|---|
Popup | 0 | Show attachments as links. |
Popup | 1 | Attachments expand to the width of the pop-up. |
Popup | 2 | Allows applications to choose the most suitable default experience for their application. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.14.
enum class PopupDateFormat
Enumerates the date format for a Popup.
PopupDateFormat can be one of:
Constant | Value | Description |
---|---|---|
Popup | 0 | Example |
Popup | 1 | Example |
Popup | 2 | Example |
Popup | 3 | Example |
Popup | 4 | Example |
Popup | 5 | Example |
Popup | 6 | Example |
Popup | 7 | Example |
Popup | 8 | Example |
Popup | 9 | Example |
Popup | 10 | Example |
Popup | 11 | Example |
Popup | 12 | Example |
Popup | 13 | Example |
Popup | 14 | Example |
Popup | 15 | Example |
Popup | -1 | Unknown date format |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class PopupElementType
Enumerates types of PopupElement.
The PopupElementType can be one of:
Constant | Value | Description |
---|---|---|
Popup | -1 | an unknown value |
Popup | 0 | a Text |
Popup | 1 | a Fields |
Popup | 2 | a Media |
Popup | 3 | a Attachments |
Popup | 4 | a Expression |
This enum was introduced or modified in Esri::ArcGISRuntime 100.14.
enum class PopupErrorCode
Enumerates the error codes in a Popup.
PopupErrorCode can be one of:
Constant | Value | Description |
---|---|---|
Popup | 11000 | Invalid attributes or geometry on the associated Geo |
Popup | 11001 | Null value not allowed. |
Popup | 11002 | Value is out of range. |
Popup | 11003 | Value exceeds the maximum length. |
Popup | 11007 | Coded value domain code is not defined in the domain list. |
Popup | 11008 | Field values do not satisfy the Contingent |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class PopupExpressionReturnType
Enumerates the type of the result returned by an Arcade expression.
PopupExpressionReturnType can be one of:
Constant | Value | Description |
---|---|---|
Popup | 0 | A string value is returned. |
Popup | 1 | A numeric value is returned. |
Popup | 2 | The return type is expected to be a dictionary of key/value pairs that must follow the Web Map Specification for a popup |
This enum was introduced or modified in Esri::ArcGISRuntime 100.3.
enum class PopupMediaType
Enumerates the type of media in a Popup.
PopupMediaType can be one of:
Constant | Value | Description |
---|---|---|
Popup | 0 | An image. |
Popup | 1 | A bar chart. |
Popup | 2 | A column chart. |
Popup | 3 | A line chart. |
Popup | 4 | A pie chart. |
Popup | -1 | An unknown media type. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class PopupStringFieldOption
Enumerates the string field options in a Popup.
PopupStringFieldOption can be one of:
Constant | Value | Description |
---|---|---|
Popup | 0 | A single-line input box. |
Popup | 1 | A multiline input box. |
Popup | 2 | A rich text editor allowing for bold text, highlighting, and so forth. |
Popup | -1 | An unknown string field option. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.