org.springframework.richclient.form.binding.swing.date
Class AbstractDateFieldBinder

java.lang.Object
  extended by org.springframework.richclient.application.support.ApplicationServicesAccessor
      extended by org.springframework.richclient.form.binding.support.AbstractBinder
          extended by 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

Field Summary
static String DATE_FORMAT
           
 
Fields inherited from class org.springframework.richclient.form.binding.support.AbstractBinder
BINDING_CLIENT_PROPERTY_KEY, log
 
Fields inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor
logger
 
Constructor Summary
AbstractDateFieldBinder(String[] supportedContextKeys)
           
 
Method Summary
protected  void applyContext(AbstractDateFieldBinding binding, Map context)
           
 String getDateFormat()
           
 void setDateFormat(String dateFormat)
           
 
Methods inherited from class org.springframework.richclient.form.binding.support.AbstractBinder
bind, bind, createControl, doBind, getPropertyType, getRequiredSourceClass, validateContextKeys
 
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
 

Field Detail

DATE_FORMAT

public static final String DATE_FORMAT
See Also:
Constant Field Values
Constructor Detail

AbstractDateFieldBinder

public AbstractDateFieldBinder(String[] supportedContextKeys)
Method Detail

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.