org.springframework.richclient.form.binding.swing.date
Class AbstractDateFieldBinder
java.lang.Object
org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.form.binding.support.AbstractBinder
org.springframework.richclient.form.binding.swing.date.AbstractDateFieldBinder
- All Implemented Interfaces:
- Binder
- Direct Known Subclasses:
- JCalendarDateFieldBinder, JXDatePickerDateFieldBinder, NachoCalendarDateFieldBinder
public abstract class AbstractDateFieldBinder
- extends AbstractBinder
- implements Binder
Abstract base class for java.util.Date
binders.
- Author:
- Peter De Bruycker
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 |
Methods inherited from interface org.springframework.richclient.form.binding.Binder |
bind, bind |
DATE_FORMAT
public static final String DATE_FORMAT
- See Also:
- Constant Field Values
AbstractDateFieldBinder
public AbstractDateFieldBinder(String[] supportedContextKeys)
applyContext
protected void applyContext(AbstractDateFieldBinding binding,
Map context)
setDateFormat
public void setDateFormat(String dateFormat)
getDateFormat
public String getDateFormat()
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.