cancelButton.setEnabled( false );
MantleApplication.showBusyIndicator( Messages.getString( "pleaseWait" ), Messages
.getString( "importInProgress" ) );
}
} );
form.addSubmitCompleteHandler( new SubmitCompleteHandler() {
@Override
public void onSubmitComplete( SubmitCompleteEvent sce ) {
MantleApplication.hideBusyIndicator();
okButton.setEnabled( false );
cancelButton.setEnabled( true );