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?
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?
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();