Class AttachmentViewEvent

    • Constructor Detail

      • AttachmentViewEvent

        public AttachmentViewEvent​(Object src,
                                   Attachment attachment)
      • AttachmentViewEvent

        public AttachmentViewEvent​(Object src,
                                   Attachment attachment,
                                   boolean download)
        Since:
        7.5.0
      • AttachmentViewEvent

        public AttachmentViewEvent​(Object src,
                                   List<Attachment> attachments,
                                   boolean download)
        Since:
        7.5.0
    • Method Detail

      • isDownload

        public boolean isDownload()