setAskConfirmation(false);
}
// warn mediator which will change value on source
// widgetTemp.setText(value);
widgetTemp.warnMediators(new TextInformation(widget, value == null ? "" : value));
if (conf) {
// now we restore the user parameter
setAskConfirmation(conf);
}