JakubovaEA / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Create default ColumnDefinitions for String, Date, Boolean, Number #175

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Emailed to GWT contrib email list by dflorey:

I'm currently working on improving my filters for the gen2 table
framework.

I'd like to propose the following additions/changes to the table
package:
- Add ColumnDefinitions for the most frequently used types like
String, Date, Boolean, Number
- These column definitions implement the proper filter and sorting
capabilities plus cell renderers and inline editors for the specific
type
- Move the inline editor classes to the appropriate typed
ColumnDefinition-classes

This would make the the creation of PagingScrollTables very
convenient.
What do you think?

Original issue reported on code.google.com by jlaba...@google.com on 3 Nov 2008 at 3:58

GoogleCodeExporter commented 8 years ago

Original comment by daniel.florey@gmail.com on 6 Nov 2008 at 5:47