this.section.setExpanded( true );
this.section.setResizeable( true );
this.section.setShowHeader( true );
this.searchForm = new MessageSearchForm();
this.searchForm.addSearchHandler( new SearchHandler() {
public void onSearch( MessageListFields[] fields, String[] values ) {
loadMessages();
}