org.springframework.richclient.form.binding.support
Class AbstractCRUDBinding
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.support.AbstractCRUDBinding
- All Implemented Interfaces:
- ControlFactory, Binding
- Direct Known Subclasses:
- AbstractGlazedListsBinding
public abstract class AbstractCRUDBinding
- extends CustomBinding
Methods inherited from class org.springframework.richclient.form.binding.support.AbstractBinding |
createControl, doBindControl, enabledChanged, getFieldFace, getFormModel, getProperty, getPropertyType, getValue, getValueModel, isEnabled, 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 |
AbstractCRUDBinding
protected AbstractCRUDBinding(FormModel formModel,
String formPropertyPath,
Class requiredSourceClass)
getCommands
protected List<AbstractCommand> getCommands()
createCommands
protected List<AbstractCommand> createCommands()
getAddCommand
protected AbstractCommand getAddCommand()
createAddCommand
protected abstract AbstractCommand createAddCommand()
getRemoveCommand
protected AbstractCommand getRemoveCommand()
createRemoveCommand
protected abstract AbstractCommand createRemoveCommand()
getDetailCommand
protected AbstractCommand getDetailCommand()
createDetailCommand
protected abstract AbstractCommand createDetailCommand()
getEditCommand
protected AbstractCommand getEditCommand()
createEditCommand
protected abstract AbstractCommand createEditCommand()
isAddSupported
public boolean isAddSupported()
setAddSupported
public void setAddSupported(boolean addSupported)
isEditSupported
public boolean isEditSupported()
setEditSupported
public void setEditSupported(boolean editSupported)
isRemoveSupported
public boolean isRemoveSupported()
setRemoveSupported
public void setRemoveSupported(boolean removeSupported)
isShowDetailSupported
public boolean isShowDetailSupported()
setShowDetailSupported
public void setShowDetailSupported(boolean showDetailSupported)
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.