In MVC architecture, this is the controller for the corresponding PopupView. More...
Since: | Esri.ArcGISRuntime 100.10 |
Properties
- attachmentCount : alias
- attachmentThumbnailHeight : alias
- attachmentThumbnailWidth : alias
- attachments : alias
- displayFields : alias
- fieldCount : alias
- popupManager : var
- showAttachments : alias
- title : alias
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
Exposes the number of rows in the list model returned by `attachments`.
A list model containing the attachment images of the Popup associated with this PopupManager.
Note: This can be null.
A list model containing the key/value fields of the Popup associated with this PopupManager.
Note: This can be null.
Exposes the number of rows in the list model returned by `displayFields`.
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.
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.