|
|
GWTLib is a new GWT widget library. The current version includes Table, PagingBar and PagingTable widgets.
The PagingTable has the following features:
- ContentProvider interface for data retrieval.
- Renderer interface for rendering different types of data. Currently included implementations are StringRenderer (the default), NumberRenderer, DateTimeRenderer and CheckBoxRenderer. The sample demonstrates all four.
- Sorting support.
- Client side caching.
- Paging.
It currently also has a few limitations:
- No client side sorting.
- Columns are not resizable.
- No complex row layout (e.g. no column or row spanning).
Here is a screenshot of the included PagingTable sample:
News
- Wednesday, May 7, 2008
GWTLib 0.1.2 has been released and is available for download. The focus of this release is bug fixes. Please see CHANGES.TXT for the change log.
- Thursday, May 1, 2008
GWTLib 0.1.1 has been released and is available for download. Please see CHANGES.TXT for the change log.
- Monday, April 28, 2008
GWTLib 0.1.0 has been released and is available for download! In addition to adding the build script and tweaking the resources, I have also added two more table examples. One demonstrates a minimalistic table (a good starting point), the other shows how to use a RPC service with the table.
- Sunday, April 27, 2008
The initial code has been checked in!
