Results 1 to 3 of 3

Thread: Passing objects to a Widget

  1. #1
    Join Date
    Aug 2009
    Posts
    25

    Default Passing objects to a Widget

    I know that it's possible to pass object to a view (http://forum.springsource.org/showth...hlight=passing). But I haven't found in the code for the widgets (DataEditorWidget) the magical setInput method.
    Any advise on how to do this for the widget?

  2. #2
    Join Date
    Jun 2008
    Posts
    8

    Default

    for which operation? ... object update in form?

  3. #3
    Join Date
    Aug 2009
    Posts
    25

    Default

    Quote Originally Posted by burianek View Post
    for which operation? ... object update in form?
    I want to repopulate the table. I am trying to do via the "onApplicationEvent" from ApplicationListener no success... I need somehow trigger.. the swingworker (ListRetrievingWorker) which must read the new id from an object.

    Failed when trying to do it via getTableWidget().setRows();

Posting Permissions

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