org.springframework.richclient.form.binding.swing
Class ToggleButtonBinder
java.lang.Object
org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.form.binding.support.AbstractBinder
org.springframework.richclient.form.binding.swing.ToggleButtonBinder
- All Implemented Interfaces:
- Binder
- Direct Known Subclasses:
- CheckBoxBinder
public class ToggleButtonBinder
- extends AbstractBinder
- Author:
- Mathias Broekelmann
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, getMessageSource, getObjectConfigurer, getService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToggleButtonBinder
public ToggleButtonBinder()
ToggleButtonBinder
protected ToggleButtonBinder(String[] supportedContextKeys)
ToggleButtonBinder
protected ToggleButtonBinder(Class requiredSourceClass)
ToggleButtonBinder
protected ToggleButtonBinder(Class requiredSourceClass,
String[] supportedContextKeys)
doBind
protected Binding doBind(JComponent control,
FormModel formModel,
String formPropertyPath,
Map context)
- Specified by:
doBind
in class AbstractBinder
applyContext
protected void applyContext(ToggleButtonBinding toggleButtonBinding,
FormModel formModel,
String formPropertyPath,
Map context)
createControl
protected JComponent createControl(Map context)
- Specified by:
createControl
in class AbstractBinder
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.