GWT paging widget

纵饮孤独 提交于 2019-12-21 16:20:06

问题


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.


回答1:


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.




回答2:


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




回答3:


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

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




回答4:


This GXT library have a commercial lisence!




回答5:


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.




回答6:


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/



来源:https://stackoverflow.com/questions/231407/gwt-paging-widget

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!