Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 820
Drejc Avatar asked Oct 23 '08 20:10

Drejc


People also ask

What is GWT widget?

You construct user interfaces in GWT applications using widgets that are contained within panels. Widgets allow you to interact with the user. Panels control the placement of user interface elements on the page.


2 Answers

GWT 2.1 now ships with paging widgets.

Cell Table with paging

Data Presentation Widgets (Cell Widgets)

How to use GWT 2.1 Data Presentation Widgets

com.google.gwt.user.cellview.client

like image 72
antony.trupe Avatar answered Oct 11 '22 19:10

antony.trupe


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.

like image 21
dmazzoni Avatar answered Oct 11 '22 19:10

dmazzoni