Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT Time Picker?

Tags:

Does anyone know if in GWT we have a good TimePicker ? In fact I want a widget in order to select hour and minute for GWT.

Thanks

like image 865
scraly Avatar asked Dec 22 '10 13:12

scraly


1 Answers

AFAIK there's no such a widget. Also "a good TimePicker" is a bit suggestive. I've been looking for such a widget for a long time and I found some javascript examples that were completely awful, but some people is using.

Finally I decided to do my own, based in a TextBox with value control.

alt text

The source code is available, you can find more info here and on github I hope you like it.

I have seen some TimePicker that are simple ComboBoxes.

like image 131
Carlos Tasada Avatar answered Oct 20 '22 04:10

Carlos Tasada