基于GWT的UI控件库

时间:2013-12-17 00:34:36

标签: gwt

是否有基于GWT的GWT UI控件库? (商业与否) 我希望在这样的库中,网格例如会扩展DataGrid或CellTable,并添加功能,如分组,过滤器,列的大小。

2 个答案:

答案 0 :(得分:1)

请结帐此库https://vaadin.com/gwt

答案 1 :(得分:0)

编辑

如果你想要扩展gwt小部件的东西,请尝试gwt-bootstrap。链接是 http://gwtbootstrap.github.io/

文档链接

http://gwtbootstrap.github.io/gwt-bootstrap/apidocs/

你想要的是什么,试试

  

<强> http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCellTable

enter image description here

enter image description here

相关问题