// New filter 9 is already reached.
activeTemplate = ((TeamCalCalendarFilter) filter).getActiveTemplateEntry();
target.add(templateChoice.getDropDownChoice());
return;
}
dialog.openNew(target, newTemplateName);
// Redraw the content:
dialog.redraw().addContent(target);
}
}
});