dateLabel.setAutoHeight();
this.dateLine.setMembers( dateLabel, this.date );
this.attachmentLine = new AttachmentLine();
WidgetCanvas widgetCanvas = new WidgetCanvas( this.attachmentLine );
widgetCanvas.setWidth100();
widgetCanvas.setAutoHeight();
widgetCanvas.setOverflow( Overflow.VISIBLE );
setMembers( this.subject, this.from, this.to, this.cc, this.replyTo, this.dateLine, widgetCanvas );
addDrawHandler( new DrawHandler() {