Uses of Interface
org.springframework.richclient.form.binding.Binder

Packages that use Binder
org.springframework.richclient.form.binding   
org.springframework.richclient.form.binding.support   
org.springframework.richclient.form.binding.swing   
org.springframework.richclient.form.binding.swing.date   
org.springframework.richclient.form.binding.swing.editor   
org.springframework.richclient.samples.dataeditor.ui   
org.springframework.richclient.selection.binding   
 

Uses of Binder in org.springframework.richclient.form.binding
 

Methods in org.springframework.richclient.form.binding that return Binder
 Binder BinderSelectionStrategy.selectBinder(Class controlType, FormModel formModel, String propertyName)
          Returns a binder that is capable of binding the provided control type to the provided form model and property name.
 Binder BinderSelectionStrategy.selectBinder(FormModel formModel, String propertyName)
          Returns a binder for the provided form model and property name.
 

Uses of Binder in org.springframework.richclient.form.binding.support
 

Classes in org.springframework.richclient.form.binding.support that implement Binder
 class AbstractBinder
           
 

Methods in org.springframework.richclient.form.binding.support that return Binder
protected  Binder AbstractBinderSelectionStrategy.findBinderByControlType(Class controlType)
          Try to find a binder for the provided controlType.
protected  Binder AbstractBinderSelectionStrategy.findBinderByPropertyName(Class parentObjectType, String propertyName)
          Try to find a binder for the provided parentObjectType and propertyName.
protected  Binder AbstractBinderSelectionStrategy.findBinderByPropertyType(Class propertyType)
          Try to find a binder for the provided propertyType.
 Binder AbstractBinderSelectionStrategy.selectBinder(Class controlType, FormModel formModel, String propertyName)
           
 Binder AbstractBinderSelectionStrategy.selectBinder(FormModel formModel, String propertyName)
           
 

Methods in org.springframework.richclient.form.binding.support with parameters of type Binder
protected  void AbstractBinderSelectionStrategy.registerBinderForControlType(Class controlType, Binder binder)
           
protected  void AbstractBinderSelectionStrategy.registerBinderForPropertyName(Class parentObjectType, String propertyName, Binder binder)
           
protected  void AbstractBinderSelectionStrategy.registerBinderForPropertyType(Class propertyType, Binder binder)
           
 

Uses of Binder in org.springframework.richclient.form.binding.swing
 

Classes in org.springframework.richclient.form.binding.swing that implement Binder
 class AbstractListBinder
          Abstract base class for list bindings.
 class CheckBoxBinder
           
 class ComboBoxBinder
           
 class EnumComboBoxBinder
          Binds a Tiger enum in a combobox and supports i18n.
The i18n key of an enum is the full classname + "." + enumfield.
For example:
x.y.Season.WINTER = Winter
 class EnumRadioButtonBinder
          Radio button binder for enum values.
 class FileChooserBinder
           
 class FormattedTextFieldBinder
           
 class JXSearchFieldBinder
          Binder that shows a JXSearchField instead of a simple JTextField
 class LabelBinder
           
 class LabeledEnumComboBoxBinder
           
 class ListBinder
           
 class NumberBinder
          Binder for numeric fields.
 class ScrollPaneBinder
          A binder that binds a scroll pane and the scroll pane's view.
 class ShuttleListBinder
          Binder for handling ShuttleList component.
 class SliderBinder
          Binder class for integer values that displays a slider.
 class SpinnerBinder
           
 class TextAreaBinder
           
 class TextComponentBinder
           
 class TimeBinder
           
 class ToggleButtonBinder
           
 

Methods in org.springframework.richclient.form.binding.swing that return Binder
 Binder SwingBinderSelectionStrategy.getIdBoundBinder(String id)
          Try to find a binder with a specified id.
 Binder SwingBinderSelectionStrategy.selectBinder(Class controlType)
          Select a binder based on a control type
 

Method parameters in org.springframework.richclient.form.binding.swing with type arguments of type Binder
 void SwingBinderSelectionStrategy.registerIdBoundBinders(Map<String,Binder> binders)
          Register additional map of id bound binders
 

Uses of Binder in org.springframework.richclient.form.binding.swing.date
 

Classes in org.springframework.richclient.form.binding.swing.date that implement Binder
 class AbstractDateFieldBinder
          Abstract base class for java.util.Date binders.
 class JCalendarDateFieldBinder
           
 class JXDatePickerDateFieldBinder
           
 class NachoCalendarDateFieldBinder
          Binds a Date to a NachoCalendar DateField
 

Uses of Binder in org.springframework.richclient.form.binding.swing.editor
 

Classes in org.springframework.richclient.form.binding.swing.editor that implement Binder
 class AbstractLookupBinder
           
 

Uses of Binder in org.springframework.richclient.samples.dataeditor.ui
 

Classes in org.springframework.richclient.samples.dataeditor.ui that implement Binder
 class SupplierBinder
           
 

Uses of Binder in org.springframework.richclient.selection.binding
 

Classes in org.springframework.richclient.selection.binding that implement Binder
 class ListSelectionDialogBinder
          Binder for SelectField.
 



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