PopupViewController QML Type

In MVC architecture, this is the controller for the corresponding PopupView. More...

Since: Esri.ArcGISRuntime 100.10

Properties

Detailed Description

This controller is a thin wrapper around a PopupManager. It re-exposes some PopupManager properties, including the number of total rows to render as a property.

Property Documentation

[read-only] attachmentCount : alias

Exposes the number of rows in the list model returned by `attachments`.


attachmentThumbnailHeight : alias

The minimum attachment thumbnail height.


attachmentThumbnailWidth : alias

The minimum attachment thumbnail width.


[read-only] attachments : alias

A list model containing the attachment images of the Popup associated with this PopupManager.

Note: This can be null.


[read-only] displayFields : alias

A list model containing the key/value fields of the Popup associated with this PopupManager.

Note: This can be null.


[read-only] fieldCount : alias

Exposes the number of rows in the list model returned by `displayFields`.


popupManager : var

The PopupManager that populates this controller with data.


[read-only] showAttachments : alias

Returns the showAttachments flag of the PopupManager.

Note: This is re-exposed from PopupManager as PopupManager does not have NOTIFY/CONSTANT modifiers on its showAttachments property, so the Controller re-exposes showAttachments to suppress warnings about this.


[read-only] title : alias

Returns the title of the PopupManager.

Note: This is re-exposed from PopupManager as PopupManager does not have NOTIFY/CONSTANT modifiers on its title property, so the Controller re-exposes title to suppress warnings about this.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close