tags:

views:

2603

answers:

4
+3  Q: 

GWT paging widget

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.

+2  A: 

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.

dmazzoni
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
I have copied the gwt-widget paging principle and created my own one, more suited to what I need.
Drejc
+1  A: 

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

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

JP
A: 

This GXT library have a commercial lisence!

Thiago Diniz
Thanks for the info, but I'm not using it. I have written my own paging which suits my needs more closely.
Drejc
A: 

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.