Package com.esri.arcgisruntime.mapping.popup
Contains types that visually represent the attributes of a GeoElement in a map, allowing them to be easily displayed to
users. Also provides a way to allow users to edit the attribute values displayed.
- Since:
- 100.0.0
-
Interface Summary Interface Description FeatureTypeChangedListener Defines a method that is called when the FeatureType of an ArcGISFeature changes from one value to another when being edited in a Popup.GeoElementContingencyValidationErrorsChangedListener Notifies the listener that the geo element contingency validation errors changed.GeoElementContingencyValidationWarningsChangedListener Notifies the listener that the geo element contingency validation warnings changed.GeoElementValidityChangedListener Defines a method that is called when a PopupManager's GeoElement changes from valid to invalid or vice versa.GeoElementWarningsChangedListener Notifies the listener that the geo element validation warnings changed.PopupSource An interface to classes that support pop-up and have a PopupDefinition. -
Class Summary Class Description AttachmentsPopupElement Represents a pop-up element of type attachments that displays the attachments associated with a geoelement in a pop-up.ExpressionPopupElement Represents a pop-up element of type expression that defines a pop-up element with an Arcade expression.FeatureTypeChangedEvent Provides a reference to the PopupManager that calledFeatureTypeChangedListener.featureTypeChanged(FeatureTypeChangedEvent)
.FieldsPopupElement Represents a pop-up element of type fields that defines an array ofPopupField
displayed as a table within a pop-up for a geoelement.GeoElementContingencyValidationErrorsChangedEvent The event is fired when the GeoElement's contingency validation errors are changed.GeoElementContingencyValidationWarningsChangedEvent The event is fired when the geo element contingency validation warnings are changed.GeoElementValidityChangedEvent Provides a reference to the PopupManager that calledGeoElementValidityChangedListener.geoElementValidityChanged(GeoElementValidityChangedEvent)
.GeoElementWarningsChangedEvent The event is fired when the geo element validation warnings are changed.MediaPopupElement Represents a pop-up element of type media that defines an individual or array of chart and/or image to display in a pop-up for a geoelement.Popup Represents the combination of aPopupDefinition
and aGeoElement
, which allows a visual representation of the GeoElement's attributes as well as the ability to edit them.PopupAttachment Represents an attachment to a Popup, which contains the attachment data and some additional metadata about the attachment.PopupAttachmentManager Manages PopupAttachments for a Popup.PopupDefinition A pop-up definition for aGeoElement
.PopupElement Represents an element that is displayed in a pop-up for a geoelement.PopupExpression Defines an Arcade expression within a pop-up.PopupExpressionEvaluation The result of an attempt to evaluate a popup expression.PopupField Represents how a geoelement's attribute (field) should be displayed in a pop-up.PopupFieldFormat Represents the formatting of a field when used in the application.PopupManager Manages the viewing and editing of a Popup.PopupMedia Represents the media that is displayed in a pop-up for a geo-element.PopupMediaValue Represents the media info values correlating to the type of media.PopupRelatedFeaturesDefinition Contains information about displaying related features in a popup.PopupRelatedFeaturesSortOrder Defines the order in which related features of a particular relationship are sorted for displaying in a popup.TextPopupElement Represents a pop-up element of type text that defines descriptive text as an element to display in a pop-up for a geoelement. -
Enum Summary Enum Description PopupAttachment.EditState The edit state of attachments in a PopupAttachmentManager.PopupAttachment.Type The type of attachments in a PopupAttachmentManagerPopupAttachmentsDisplayType The type indicating how to display the attachments.PopupExpression.ReturnType The type of the result returned by an Arcade expression.PopupField.StringFieldOption Type of input box editors see when editing the field in a pop-up.PopupFieldFormat.DateFormat Format of a date field in a pop-up.PopupManager.FeatureTypeChangeMode Specifies the way that a feature type change should occur.PopupMedia.Type Type of media in a pop-up.