this.input = new DialogInput(this.toString(ri,end));
this.input.setName(i18n.tr("Wiederholung"));
this.input.setValue(ri);
((DialogInput)this.input).disableClientControl(); // Freitext-Eingabe gibts nicht.
this.dialog = new ReminderIntervalDialog(ri,termin,end,ReminderIntervalDialog.POSITION_CENTER);
this.dialog.addCloseListener(new Listener() {
public void handleEvent(Event event)
{
if (event.detail == SWT.CANCEL)
return; // Wurde abgebrochen