// set text to new value and warn mediator (thanks to send()) which
// will change value on
// source
// tmpWidget.setText(String.valueOf(value));
// tmpWidget.send();
tmpWidget.warnMediators(new TextInformation(tmpWidget, String.valueOf(value)));
if (conf) {
// now we restore the user parameter
setConfirmation(conf);
}