this.email.setText(entry.getEmail());
} catch (ElementDeletedException e) {
// should not happen, as we check for deleted before
String msg = "The updated element was already deleted, this is a bug";
logger.fatal(msg, e);
throw new SysRuntimeException(msg, e);
}
}
this.listenerEnabled = true;
this.getView().refresh();