BeanTableModel « Bean « Spring Q&A





1. Default implementation of BeanTableModel?    forum.springsource.org

I can't really say if it's a work in progress or not, but I'm surprised that having to implement 1 method (that probably consists of 1 line of code) would push ...

2. BeanTableModel bug??    forum.springsource.org

BeanTableModel bug?? Hi! Im creating a sorted table with the method "createStandardSortableTable" and with a class that extends BeanTableModel. My domain object has two fields, "nombre" and "descripcion", and both are ...

3. BeanTableModel Question    forum.springsource.org

BeanTableModel Question Hi, I have to concatenate data from two columns and display it under one column header. I am attaching the code snippet @Override protected String[] createColumnPropertyNames() { return new ...

4. trouble getting right selection on BeanTableModel    forum.springsource.org

trouble getting right selection on BeanTableModel Hello, I'm a very beginner with spring rich client - and yes, I already searched the forum. I successfully created a table-dialog from a list ...