@SuppressWarnings("serial")
@Override
public void init()
{
init(new Form<String>(getFormId()));
calendarPageSupport = new CalendarPageSupport((ISelectCallerPage) getPage());
timesheetsCalendar.setTitle(getString("plugins.teamcal.timeSheetCalendar"));
timesheetsCalendar.setId(TIMESHEET_CALENDAR_ID);
// confirm
setCloseButtonTooltip(null, new ResourceModel("plugins.teamcal.calendar.filterDialog.closeButton.tooltip"));
insertNewAjaxActionButton(new AjaxCallback() {