Hi I've choosed to create a new gadget from the original datepicker copying those classes refactoring and rewrite some because i needed an datepicker that showed 3 months instead of one. but for your case ... you should make an object looking at the code from DefaultMonthSelector, and an another class that extends DatePicker calling the constructor with the (MonthSelector monthSelector, CalendarView view, CalendarModel model) using your MonthSelector instead of the DefaultMonthSelector
didn't try it but i think it should do. Good luck ! On Dec 14, 12:27 pm, Abdullah Shaikh <[email protected]> wrote: > Hi All, > > I am using DateBox control, its ok for date navigation, but for year > navigation, let's say I want to select the day of year 2015, I need to go > through all the months to change the year. > > Am I missing something here or have anyone extended the DateBox to support > year navigation in GWT. I am looking for something like > thishttp://www.softcomplex.com/products/tigra_calendar/ > > Thanks, > Abdullah -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
