vote up 2 vote down star
1

I'm looking for a GWT common purpose paging widget. So far I have found GWT widget library and the Google Incubator widgets. Is there any other free (possibly open source) widget library implementing a paging behavior.

flag

4 Answers

vote up 1 vote down check

You found the two major ones. The Google Incubator widgets might be a good bet, because the intention is for these to eventually make it into the main library. In general the GWT widget library widgets tend to be fancier, but the GWT incubator library widgets tend to be more modular and also more robust across more web browsers.

link|flag
I have tried both. The Google incubator has currently some unresolved issues and I'm not willing go with it to production. The GWT widget library looks promising but there is no examples to see it in action, plus the documentation is very thin. – Drejc Oct 26 '08 at 20:29
I have copied the gwt-widget paging principle and created my own one, more suited to what I need. – Drejc Oct 31 '08 at 10:55
vote up 1 vote down

I have used the one offered by GXT (A GWT library) and I love it! Check it out!

http://extjs.com/products/gxt/

link|flag
vote up 0 vote down

This GXT library have a commercial lisence!

link|flag
Thanks for the info, but I'm not using it. I have written my own paging which suits my needs more closely. – Drejc Feb 13 at 7:11
vote up 0 vote down

Actually they do both comerical and quid pro quo

http://extjs.com/company/dual.php

So provided you open source your project you can use it for free.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.