|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 20:11:23
|
[ http://jira.springframework.org/browse/RCP-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-373:
-----------------------------
Fix Version/s: 1.x
> Update GUI from Domain Level Objects
> ------------------------------------
>
> Key: RCP-373
> URL: http://jira.springframework.org/browse/RCP-373
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Binding System
> Affects Versions: 0.1.0, 0.2.0, 1.x
> Reporter: Tim Canavan
> Fix For: 1.x
>
>
> 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://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|