org.springframework.richclient.form.binding.swing
Class EnumComboBoxBinding
java.lang.Object
org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.factory.AbstractControlFactory
org.springframework.richclient.form.binding.support.AbstractBinding
org.springframework.richclient.form.binding.swing.AbstractListBinding
org.springframework.richclient.form.binding.swing.ComboBoxBinding
org.springframework.richclient.form.binding.swing.EnumComboBoxBinding
- All Implemented Interfaces:
- ControlFactory, Binding
public class EnumComboBoxBinding
- extends ComboBoxBinding
- Author:
- Oliver Hutchison
Methods inherited from class org.springframework.richclient.form.binding.swing.AbstractListBinding |
convertValue, createFilteredModel, createModel, createSortedListModel, doBindControl, enabledChanged, getBindingModel, getComparator, getComponent, getFilter, getFilteredModel, getSelectableItems, readOnlyChanged, selectableItemsChanged, setComparator, setFilter, setSelectableItems |
Methods inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor |
getActiveWindow, getApplication, getApplicationContext, getApplicationName, getApplicationServices, getCommandConfigurer, getComponentFactory, getConversionService, getIconSource, getImageSource, getMessage, getMessage, getMessage, getMessage, getMessages, getObjectConfigurer, getService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.richclient.form.binding.Binding |
getControl |
EnumComboBoxBinding
public EnumComboBoxBinding(JComboBox comboBox,
FormModel formModel,
String formPropertyPath)
doBindControl
protected void doBindControl(ListModel bindingModel)
- Overrides:
doBindControl
in class ComboBoxBinding
setMessageSource
public void setMessageSource(MessageSource messageSource)
getMessageSource
protected MessageSource getMessageSource()
- Overrides:
getMessageSource
in class ApplicationServicesAccessor
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.