|
From: Aaron D. (JIRA) <no...@at...> - 2006-11-15 16:42:52
|
Create read-only forms
----------------------
Key: RCP-446
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-446
Project: Spring Framework Rich Client Project
Type: New Feature
Components: Binding System
Reporter: Aaron Digulla
Priority: Minor
The applied patch adds setReadOnly() to forms. The default is false. You can set this to true to create forms where the user can select in text fields but can't edit.
The patch is somewhat incomplete. It only works if you set the read only flag before you call add(). Later changes won't have any effect.
--
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
|