@Override
 public boolean askCancelConfirmation() {
   return Window.confirm(MESSAGES.cancel_changes_message_text());
 }