Uses of Class
org.springframework.richclient.form.binding.swing.ComboBoxBinder

Packages that use ComboBoxBinder
org.springframework.richclient.form.binding.swing   
 

Uses of ComboBoxBinder in org.springframework.richclient.form.binding.swing
 

Subclasses of ComboBoxBinder in org.springframework.richclient.form.binding.swing
 class EnumComboBoxBinder
           
 class TigerEnumComboBoxBinder
          Binds a Tiger enum in a combobox and supports i18n.
The i18n key of an enum is the full classname + "." + enumfield.
For example:
x.y.Season.WINTER = Winter
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.