Results 1 to 2 of 2

Thread: GlazedListTableWidget in sample code

  1. #1

    Default GlazedListTableWidget in sample code

    Greetings,

    I've downloaded Richclient code from svn trunk and have been looking at the simple sample example trying to figure out how GlazedListTableWidget synchronizes with the data store upon delete and create events. Looks like some commented out code used the ContactTable which is notified on LifecycleApplicaiontEvents; however, I don't see how GlazedListTableWidget is aware of such events in order to synchronize with changes to the data store.

    Can someone tell me what I'm missing?

  2. #2
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    67

    Default

    This would be interesting for me, too.

    I adapted the provided code to be used from a Data access object.

    See the createTableModel method here
    http://timefinder.svn.sourceforge.ne...va?view=markup

    But then I got problems (duplicates on commit) in org.springframework.richclient.form.AbstractDetail Form

    So I had to adapt the spring-rc code again:
    http://timefinder.svn.sourceforge.ne...va?view=markup

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •