Modifying bindings in Spring-RCP
Sunday, September 23, 2007
Posted by toubsen
Sometimes one wants to modify the appearance of bean properties in when bound to the GUI. Spring-RCP offers mutiple ways to achieve this.
Individual binder per class
Simply put the follwong bean definition into the context: For each class that needs a modified binding, just add an entry in this map, they will get picked up automagically.Java-5 Enums as combo boxes
Alternative 1: class based
Alternative 2: property based
Date using date-picker
To use this component, an additional library is needed, just add the following definition to the pom.xml:
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
binding,
java,
spring-rcp
. Follow any responses to this post through RSS. You can leave a response, or trackback from your own site.
Subscribe to:
Post Comments (Atom)
Post a Comment