Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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

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

This GXT library have a commercial lisence!

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.

There is also an example of using GWT 2.1 CellTable with the AsyncDataProvider: http://robin.mytechtip.com/2010/11/17/gwt-celltable-example-using-asyncdataprovider/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top