AbstractObjectTable « JPA « Spring Q&A





1. Problem with AbstractObjectTable from simple sample    forum.springsource.org

Jul 25th, 2006, 07:08 AM #1 Demo View Profile View Forum Posts Private Message Senior Member Join Date Jul 2005 Location Austria Posts 105 Problem with AbstractObjectTable from simple sample Hi, ...

2. AbstractObjectTable refresh / refetch data    forum.springsource.org

Hello, I'm trying to re-populate the table rows of a table that is using an AbstractObjectTable. The first time the table is initialized with row data I'm calling AbstractObjectTable.setInitialData passing the ...

3. Can't find AbstractObjectTable    forum.springsource.org

Hi everybody, I'm working on the "simple" sample, but i don't manage to find the AbstractObjectTable class in package org.springframework.richclient.table.support (as import in ui.ContactTable.java says..) I've the latest release of Spring ...

4. AbstractObjectTable freezes while removing objects.    forum.springsource.org

AbstractObjectTable freezes while removing objects. Hi all, I have a client that refreshes the table every 5 seconds. For this purpose I use ScheduledThreadPoolExecutor (for calling refresh), an EJB (for fetching ...

5. Problems with AbstractObjectTable after upgrade from 0.2.1 to 0.3.0-SNAPSHOT    forum.springsource.org

Problems with AbstractObjectTable after upgrade from 0.2.1 to 0.3.0-SNAPSHOT After a long time of inactivity I upgraded a sample of mine from 0.2.1 to 0.3.0-SNAPSHOT (as of 4/11/2007) and encountered a ...

6. AbstractObjectTable constructor design    forum.springsource.org

Hi, I am impressed by the rich look of RCP. I am developing a generic solution to display tabular data coming from database table which works for any database table. I ...

7. AbstractObjectTable in 1.0?    forum.springsource.org

AbstractObjectTable in 1.0? Hi, It seems that AbstractObjectTable is no longer there in 1.0, but was in the 0.3 snapshot (org.springframework.richclient.table.support.Abst ractObjectTable). I've looked in 1.0 but don't see an obvious ...

8. Null values in AbstractObjectTable    forum.springsource.org

Hi! Is there any way to handle null values in AbstractObjectTables? I have defined a table like this: public MyTable extends AbstractObjectTable { public MyTable() { super("myTableId", new String []{"property.nestedProperty"}); } ...

9. Cannot Get Horizontal Scrollbar Working With AbstractObjectTable    forum.springsource.org

I have records in a result set with too many fields to display with the given screen width. I have tried but cannot seem to get the horizontal scroll bar working ...





10. handleDeletedObject in AbstractObjectTable    forum.springsource.org

handleDeletedObject in AbstractObjectTable Hello I have a problem with deleting rows in a AbstractObjectTable via life cycle events. I have assumed that object identity is managed via equals but it seems ...

11. AbstractObjectTable factory    forum.springsource.org

AbstractObjectTable factory Running through some examples/tutorials looking at how things are done in RCP (I assume they are representative), I came across the AbstractObjectTable factory. I have some comments - and ...

12. AbstractObjectTable    forum.springsource.org

AbstractObjectTable hi all i have an object derived from abstractObjectTable, when executed the data appears but NO HEADER APPEARS !! any tip? Code: package com.isthari.management.table.invoicer; import javax.swing.JTable; import javax.swing.table.TableColumnModel; import org.springframework.richclient.table.support.AbstractObjectTable; ...

13. AbstractObjectTable Spring Rich Client    forum.springsource.org

AbstractObjectTable Spring Rich Client Hello, I am using an AbstractObjectTable to build a table and I would like to know how to make a column editable. I want to change the ...