|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 20:27:25
|
[ http://jira.springframework.org/browse/RCP-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-226:
-----------------------------
Fix Version/s: 1.x
> Add SwingBindingFactory.bindCombobox and bindList
> -------------------------------------------------
>
> Key: RCP-226
> URL: http://jira.springframework.org/browse/RCP-226
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Binding System
> Reporter: Kambiz Darabi
> Assignee: Oliver Hutchison
> Priority: Minor
> Fix For: 1.x
>
> Attachments: patch-swing-binding-factory.txt
>
>
> I use a gui builder (abeille) to create a JPanel and need to bind a combobox on this panel to a collection of beans.
> Additionally, I want to specify the bean property, which should be rendered.
> Currently, SwingBindingFactory only provides createBinding methods, which instantiate a control.
> So, there is a need for a method like AbstractBindingFactory.bindControl.
> This patch adds the following methods:
> public Binding bindList(JList list, String selectionFormProperty, ValueModel selectableItemsHolder, String renderedProperty, Integer forceSelectMode)
> public Binding bindComboBox(JComboBox combo, String formProperty, ValueModel selectableItemsHolder, String renderedProperty)
> Thanks
> Kambiz
--
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
|