org.springframework.richclient.samples.simple.ui.binding
Class TodoItemListBinding
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
org.springframework.richclient.form.binding.swing.AbstractGlazedListsBinding
org.springframework.richclient.samples.simple.ui.binding.TodoItemListBinding
- All Implemented Interfaces:
- ControlFactory, Binding
public class TodoItemListBinding
- extends AbstractGlazedListsBinding
Methods inherited from class org.springframework.richclient.form.binding.swing.AbstractGlazedListsBinding |
add, createAddCommand, createDetailCommand, createEditCommand, createRemoveCommand, doBindControl, edit, enabledChanged, getAddCommandSecurityControllerId, getDialogId, getEditCommandSecurityControllerId, getList, getOrCreateAddEditForm, getOrCreateDetailForm, getRemoveCommandSecurityControllerId, getSelection, getTable, listChanged, onFinishAdd, onFinishEdit, onValueModelChanged, readOnlyChanged, remove, setDialogId, showDetail, valueModelChanged |
Methods inherited from class org.springframework.richclient.form.binding.support.AbstractCRUDBinding |
createCommands, getAddCommand, getCommands, getDetailCommand, getEditCommand, getRemoveCommand, isAddSupported, isEditSupported, isRemoveSupported, isShowDetailSupported, setAddSupported, setEditSupported, setRemoveSupported, setShowDetailSupported |
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 |
TodoItemListBinding
public TodoItemListBinding(FormModel formModel,
String formPropertyPath)
getTableDescription
protected TableDescription getTableDescription()
- Specified by:
getTableDescription
in class AbstractGlazedListsBinding
getNewFormObject
protected Object getNewFormObject()
- Overrides:
getNewFormObject
in class AbstractGlazedListsBinding
createAddEditForm
protected AbstractForm createAddEditForm()
- Overrides:
createAddEditForm
in class AbstractGlazedListsBinding
createDetailForm
protected AbstractForm createDetailForm()
- Overrides:
createDetailForm
in class AbstractGlazedListsBinding
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.