}
colorsMap.get(color).add(day);
}
public void highlightDaysOnCalendar() {
Calendar calendar = (Calendar) window.getFellow("calendarWidget");
Clients.response(new AuInvoke(calendar, "resetHighlightedDates"));
Map<String, List<Integer>> daysByColor = getDaysCurrentMonthByColor();
for (String color : daysByColor.keySet()) {