expose setFieldFaceSource in FormModel?
---------------------------------------
Key: RCP-389
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-389
Project: Spring Framework Rich Client Project
Type: Improvement
Components: Binding System
Reporter: Adrian Moos
Priority: Minor
Configuring a custom field face source for a form model can only be done on AbstractFormModel, but the only way to get the implementation class short of a downcast is by manual construction. It can be inconvenient to provide an means for specifying the FieldFaceSource to be used at creation time. Why not simply publish this setter in the implementation class, so another instance can be installed by code using (but not creating) the form model?
--
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
|