Hi Rajesh- >From your description you'll likely want to keep the data (dates, schedules, appointments) separate from the actual rendering of the calendar. There's a UI table in java which I believe is called TableModel (or JTableModel). You won't be able to use this directly, but it should give you an idea of how to implement such a thing.
Good luck. On Apr 14, 8:43 am, Rajesh <[email protected]> wrote: > Hi, The application I am doing right now is a calender which would be used > to manage appointments. i have used the simple flex table to build view for > a given months. I want to figure out a widget I can put in to this cell that > would hold the "date" along with some color strips corresponding to > different types of appointments.. > > I haven't quite been able to figure out what widget can be used or how this > "date" widget can be built to be inserted in to the cells of felxtable.. > Tips please. > > Regards > Rajesh -- 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.
