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: