org.springframework.richclient.form.binding.swing.date
Class AbstractDateFieldBinding
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.support.CustomBinding
org.springframework.richclient.form.binding.swing.date.AbstractDateFieldBinding
- All Implemented Interfaces:
- ControlFactory, Binding
- Direct Known Subclasses:
- JCalendarDateFieldBinding, JXDatePickerDateFieldBinding, NachoCalendarDateFieldBinding
public abstract class AbstractDateFieldBinding
- extends CustomBinding
Abstract base class for java.util.Date
bindings
- Author:
- Peter De Bruycker
Methods inherited from class org.springframework.richclient.form.binding.support.AbstractBinding |
createControl, doBindControl, enabledChanged, getFieldFace, getFormModel, getProperty, getPropertyType, getValue, getValueModel, isEnabled, isReadOnly, readOnlyChanged |
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.Binding |
getControl |
AbstractDateFieldBinding
public AbstractDateFieldBinding(FormModel formModel,
String formPropertyPath)
getDateFormat
public String getDateFormat()
setDateFormat
public void setDateFormat(String dateFormat)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.