Calendar Component for Vaadin 8

Kelvin Dervishllari:
Appreciate your work on that calendar component.

  1. A question how can we make the monthly view our default and only view

and

  1. is it possible now to color the monthly date cell with different color ?

Thanks,

  1. set a custom BasicDateClickHandler on the component to prevent cycle between day/week/month views.
    see: org.vaadin.addon.calendar.handler.BasicDateClickHandler#dateClick(CalendarComponentEvents.DateClickEvent event).
    Use Calendar#withMonth(.) or Calendar#withMonthInYear(.,.) to set the month.

  2. currently not. It’s planned, but no time to do this. :-/ you can make a ticket so far.