Revision: 1313
Author:   mathiasbr
Date:     2006-08-19 07:23:55 -0700 (Sat, 19 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1313&view=rev

Log Message:
-----------
upgrading info for changes of Binder for JComboBox and JList

Modified Paths:
--------------
    trunk/spring-richclient/src/site/apt/user/upgrading.apt
Modified: trunk/spring-richclient/src/site/apt/user/upgrading.apt
===================================================================
--- trunk/spring-richclient/src/site/apt/user/upgrading.apt     2006-08-18 
22:06:48 UTC (rev 1312)
+++ trunk/spring-richclient/src/site/apt/user/upgrading.apt     2006-08-19 
14:23:55 UTC (rev 1313)
@@ -2,6 +2,7 @@
  Upgrading
  -----
  Geoffrey De Smet
+ Mathias Broekelmann
  -----
 
 Introduction
@@ -254,6 +255,18 @@
     * JGoodies looks has been upgraded from 1.x to 2.x.
     If you used <<<com.jgoodies.looks.FontSizeHints>>>, you should now use 
<<<com.jgoodies.looks.FontPolicy>>>.
 
+    * Binder for JComboBox and JList changed.
+    
+    Context parameter <<<selectableItemsHolder>>> changed to 
<<<selectableItems>>>.
+    The value of this property can now be any type as long as a converter is 
available to convert the type to <<<javax.swing.ListModel>>>.
+    The getter/setter for selectableItemsHolder changed to selectableItems and 
have type Object instead of ValueModel now.
+    
+    ListBinding does not support context keys or properties 
<<<selectedItemHolder>>>, <<<selectedItemType>>> and <<<model>>> any more. 
+    <<<model>>> is replaced with <<<selectableItems>>> which accepts instances 
of <<<javax.swing.ListModel>>>. 
+    <<<selectedItemHolder>>> and <<<selectedItemType>>> where now determined 
from the field to which the list is bound to. 
+    The field type can be any type as long as a converter is available to 
convert instances of <<<Object[]>>> to the field type and 
+    the field type to <<<Object[]>>>.
+
 pre-0.1.0 to 0.1.0
 
     * Switch from CVS with ANT to Subversion with Maven 2:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to