//
// }
// } );
//When a tab is selected ensure content is resized and set focus
tabPanel.addSelectionHandler( new SelectionHandler<PartDefinition>() {
@Override
public void onSelection( SelectionEvent<PartDefinition> event ) {
presenter.onPartLostFocus();
presenter.onPartFocus( event.getSelectedItem() );
}