GWT Time Picker?

后端 未结 8 1755
青春惊慌失措
青春惊慌失措 2020-12-13 07:19

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

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 08:10

    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.

提交回复
热议问题