brOOper / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

Request a notification when layout change #139

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have tried this two days.
And I think I need a layout change notification when CalendarWidget 
setDate(Date date, int days), setView(CalendarView view) and setDays(int days) 
are invoked if their parameter differ from previous setting.

I need to determine whether to reload appointments when layout changed.
(check by getDate() and getDays(),MonthView should set them but didn't.)

Unfortunately, method setView in CalendarWidget is final,
I can't to add custom event by myself. So if you can add this I'll appreciated.

Thanks.

Original issue reported on code.google.com by kent.yeh...@gmail.com on 25 Nov 2011 at 5:16