Collection of Popup enumerations. More...
Header | #include <Popup |
Types
(since Esri enum class | Chart |
(since Esri enum class | Feature |
(since Esri enum class | Popup |
(since Esri enum class | Popup |
(since Esri enum class | Popup |
(since Esri enum class | Popup |
(since Esri enum class | Popup |
(since Esri enum class | Popup |
(since Esri enum class | Popup |
(since Esri enum class | Popup |
(since Esri enum class | Popup |
Detailed Description
Type Documentation
[since Esri::ArcGISRuntime 200.3]
enum class ChartImageStyle
Enumerates the style used to generate a ChartImage.
The background of the generated chart being transparent, the chart image style controls only the text color and the line colors.
ChartImageStyle can be one of:
Constant | Value | Description |
---|---|---|
Chart | 0 | The neutral style that can be used with light or dark themes. With this style, the text color and line colors are compatible with dark and light themes. |
Chart | 1 | The light style. |
Chart | 2 | The dark style. |
This enum was introduced in Esri::ArcGISRuntime 200.3.
[since Esri::ArcGISRuntime 100.0]
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 in Esri::ArcGISRuntime 100.0.
[since 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 |
Popup | -1 | An unknown attachment state. New value since 200.3. |
This enum was introduced in Esri::ArcGISRuntime 100.0.
[since Esri::ArcGISRuntime 100.0]
enum class PopupAttachmentType
Enumerates the type of attachment in a PopupAttachmentManager.
PopupAttachmentType can be one of:
Constant | Value | Description |
---|---|---|
Popup | 0 | An image. |
Popup | 1 | A video. |
Popup | 2 | A document. |
Popup | 3 | An attachment of another type. |
This enum was introduced in Esri::ArcGISRuntime 100.0.
[since Esri::ArcGISRuntime 100.14]
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 in Esri::ArcGISRuntime 100.14.
[since Esri::ArcGISRuntime 100.0]
enum class PopupDateFormat
Format of a date field in a pop-up.
Controls how a date field is displayed a pop-up. All provided examples are localized to en-US.
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 | 16 | Example |
Popup | 17 | Example |
Popup | 18 | Example |
Popup | 19 | Example |
Popup | 20 | Example |
Popup | 21 | Example |
Popup | 22 | Example |
Popup | 23 | Example |
Popup | 24 | Example |
Popup | 25 | Example |
Popup | 26 | Example |
Popup | 27 | Example |
Popup | -1 | Unknown date format |
This enum was introduced in Esri::ArcGISRuntime 100.0.
[since Esri::ArcGISRuntime 100.14]
enum class PopupElementType
Enumerates types of PopupElement.
The PopupElementType can be one of:
Constant | Value | Description |
---|---|---|
Popup | -1 | an unknown value |
Popup | 0 | Configures text in pop-up elements. |
Popup | 1 | Configures field in pop-up elements. |
Popup | 2 | Configures media in pop-up elements. |
Popup | 3 | Configures attachment in pop-up elements. |
Popup | 4 | Configures expression in pop-up elements. |
Popup | 5 | Configures relationship in pop-up elements. |
Popup | 6 | An unsupported pop-up element. |
Popup | 7 | Configures utility association in pop-up elements. |
This enum was introduced in Esri::ArcGISRuntime 100.14.
[since Esri::ArcGISRuntime 100.0]
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 in Esri::ArcGISRuntime 100.0.
[since Esri::ArcGISRuntime 100.3]
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 in Esri::ArcGISRuntime 100.3.
[since Esri::ArcGISRuntime 100.0]
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 in Esri::ArcGISRuntime 100.0.
[since 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 in Esri::ArcGISRuntime 100.0.