Class AttachmentsPopupElement


  • public final class AttachmentsPopupElement
    extends PopupElement
    Represents a pop-up element of type attachments that displays the attachments associated with a geoelement in a pop-up. This element also specifies how to display the attachments.
    Since:
    100.14.0
    See Also:
    PopupElement
    • Constructor Detail

      • AttachmentsPopupElement

        public AttachmentsPopupElement​(PopupAttachmentsDisplayType displayType)
        Creates a new attachments pop-up element with the given PopupAttachmentsDisplayType.
        Parameters:
        displayType - indicates how to display the attachments
        Throws:
        java.lang.IllegalArgumentException - if displayType is null
        Since:
        100.14.0
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets an optional string describing the element in detail.
        Returns:
        an optional string describing the element in detail
        Since:
        100.14.0
        See Also:
        setDescription(String)
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets a string describing the element in detail.
        Parameters:
        description - a string describing the element in detail
        Throws:
        java.lang.IllegalArgumentException - if description is null
        Since:
        100.14.0
        See Also:
        getDescription()
      • getTitle

        public java.lang.String getTitle()
        Gets an optional string indicating what the element represents.
        Returns:
        an optional string indicating what the element represents
        Since:
        100.14.0
        See Also:
        setTitle(String)
      • setTitle

        public void setTitle​(java.lang.String title)
        Sets a string indicating what the element represents.
        Parameters:
        title - a string indicating what the element represents
        Throws:
        java.lang.IllegalArgumentException - if title is null
        Since:
        100.14.0
        See Also:
        getTitle()