+ ImageProvider.MSG_DOWNLOAD ) );
downloadLink.addLeftButtonListener( new DownloadLeftButtonListener() );
panel.add( downloadLink );
panel.add( new HTML( " " ) );
this.downloadAttachmentAction = new DownloadAttachmentAction( attachment );
this.viewAttachmentAction = new ViewAttachmentAction( attachment );
this.contextMenu = new Menu();
this.downloadItem = UIFactory.createMenuItem( this.downloadAttachmentAction );
this.contextMenu.addItem( this.downloadItem );