| Issue 7: | JTableEx - Add support of cellrenderer through bean property descriptor | |
| 1 person starred this issue and may be notified of changes. | Back to list |
add new attribute CELL_RENDER on PropertyDescriptor 1. Implement method getCellRenderer( col, row ) on JTableEx 2. check for existence of celleRenderer and return it otherwise return default
Apr 16, 2009
Project Member
#1
bartolom...@gmail.com
Status:
Started
Apr 16, 2009
the feature is accessible using BindingUtils.setTableColumnRenderer( PropertyDescriptor pd, TableCellRenderer renderer );
Status:
Fixed
|