Due to popular demand (well at least some people asked for it) I decided to finally put all this code publicly available in a new project: GWT-Eureka
Website: GWT-Eureka
The code is available under GPLv3 license and you can simply use it. You're also welcome to fork the git repository or, even better, collaborate with your own widgets and improvements.
Here you have an screenshot of the first widgets:
So far the available widgets are:
TimePicker
An input box for time. It supports both am/pm and 24h formats.There's also TimePickerSmall widget, that's a simple extension of the TimePicker, but with a different CSS style applied for those cases where you need an smaller element.
iOSButton
A basic button with support for badges. You can see more details here: iPhone like ButtonsExtendedDatePicker
Is a modified version of GWT DatePicker with some new features:- Support to configure the first day of the week, independently of the defined locale
- Support for minimum date. Any date older will be disabled
- Support for maximum date. Any date newer will be disabled
You can see it in action here: http://gwt-eureka.appspot.com/
That's everything right now. Looking forward for your feedback and comments.
That's everything right now. Looking forward for your feedback and comments.