Sunday, April 8, 2012

GWT-Eureka Available

Both in this blog and in stackoverflow I've been writing about different widgets and improvements to already existing GWT widgets.

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 Buttons

ExtendedDatePicker

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.

Thursday, April 5, 2012

I'm back (at least I think so)

I cannot believe it's been more than a year since my last post. A lot of things have happened in the mean time.

I'll do my best to start writing again some interesting stuff, in fact I've already prepared some things to start with.

Let's give a second try to blogging.

See all you here.