|
From: Jan H. (JIRA) <no...@sp...> - 2008-01-29 13:09:44
|
[ http://jira.springframework.org/browse/RCP-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_31372 ]
Jan Hoskens commented on RCP-323:
---------------------------------
In current codebase the setEnabled() method will send events to child models which in turn will take their parent enabled value into account when evaluating isEnabled().
The validating part is still absent.
> In FormModel, setValidating and setEnabled should invoke child form methods
> ---------------------------------------------------------------------------
>
> Key: RCP-323
> URL: http://jira.springframework.org/browse/RCP-323
> Project: Spring Framework Rich Client Project
> Issue Type: Bug
> Components: Binding System
> Affects Versions: 0.1.0
> Reporter: Frank Bowers
> Priority: Minor
>
> When the formModel methods setValidating and setEnabled are called the same methods on each of the child forms should also be called otherwise the child forms get out of sync with the parent form.
> setValidating is in DefaultFormModel and setEnabled is in AbstractFormModel
--
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
|