blackbluegl / calendar-component

initial Vaadin8 calendar-component
Apache License 2.0
11 stars 21 forks source link

Switch off day and week view, change listener #26

Closed katamlek closed 5 years ago

katamlek commented 6 years ago

Hi! As I’m pretty new to the calendar addon, I’d appreciate your help.

  1. I want to switch off day and week calendar view, leaving only the monhly view. Do you guys happen to know how to do that? So far I managed to show monthly view as the defaul one.

  2. I want to redirect to custom page when the user clicks a day in calendar. Also, any help appreciated!

Thanks in advance!

blackbluegl commented 5 years ago

Set an empty BasicDateClickHandler.

calendar.setHandler((CalendarComponentEvents.DateClickHandler) e -> {});