Update GUI from Domain Level Objects
------------------------------------
Key: RCP-373
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-373
Project: Spring Framework Rich Client Project
Type: New Feature
Components: Binding System
Versions: 1.0.0, 0.2.0, 0.1.0
Reporter: Tim Canavan
In the documentation for Spring it says that there is binding between the GUI control and the Data Model .
"A forms data binding and validation framework, for connecting edits made in your UI controls with your domain model automatically--with as you type feedback."
Would it be possible to have also the reverse. For example imagine I have a grid wit where a records currentlly selected row is displayed in a separate JFame. Each business object say has a status attriburre. I have an Action where I can change this Business Object attribute on all the objects that are selected in the grid. I would like to update to be immediately propogated to the GUI without the need to call a refresh button.
If I update an attribure common to all domain objects selected I expect that this change be reflected on the display inside the Frame. Currently we implement this where I work through propertyChangeEvents in the BO. We would like to get rid of this dependency
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|