org.springframework.richclient.samples.dataeditor.ui
Class SupplierBinder

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.form.binding.swing.editor.AbstractLookupBinder
      extended by org.springframework.richclient.samples.dataeditor.ui.SupplierBinder
All Implemented Interfaces:
Binder

public class SupplierBinder
extends AbstractLookupBinder


Constructor Summary
SupplierBinder()
           
 
Method Summary
protected  AbstractLookupBinding getLookupBinding(FormModel formModel, String formPropertyPath, Map context)
           
 
Methods inherited from class org.springframework.richclient.form.binding.swing.editor.AbstractLookupBinder
bind, bind, getAutoPopupDialog, getDataEditor, getDataEditorViewCommandId, getFilter, getSelectDialogCommandId, getSelectDialogId, isEnableViewCommand, isLoadDetailedObject, isRevertValueOnFocusLost, setAutoPopupDialog, setDataEditorViewCommandId, setEnableViewCommand, setFilter, setLoadDetailedObject, setRevertValueOnFocusLost, setSelectDialogCommandId, setSelectDialogId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupplierBinder

public SupplierBinder()
Method Detail

getLookupBinding

protected AbstractLookupBinding getLookupBinding(FormModel formModel,
                                                 String formPropertyPath,
                                                 Map context)
Specified by:
getLookupBinding in class AbstractLookupBinder


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.