Next and previous month buttons in MonthSelector are declared as private 
and have a default behavior of adding/subtracting one month and refreshing 
the datepicker. There are no events that fire when this occurs. I've tried 
to fire my own event, by extending the MonthSelector class and implementing 
a similar solution like in DefaultMonthSelector, plus firing the event. The 
problem is that, while calling addMonth(+1) (or -1) from 
DatePickerComponent i get an illegalAccessModifier exception saying I'm 
trying to access the com.googl... package from my package. 

Tried to work around by calling some other methods, didn't work. 

Tried DateChooser(smartGwt) component, but it's all native code and all I 
can get from the component itself is the name of the Icon rendered as 
next/prev button. Not sure if messing with native code could solve my 
problem here.

Thanks in advance,

Nikola Markovic

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/KZVnZdkp5qIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to