PopupViewController QML Type

PopupView."> PopupViewController QML Type | ArcGISQtToolkit 200.0
  • PopupViewController
  • 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.