|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of Binder in org.springframework.richclient.components |
---|
Classes in org.springframework.richclient.components that implement Binder | |
---|---|
class |
ShuttleListBinder
Binder for handling ShuttleList component. |
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
|
class |
FormattedTextFieldBinder
|
class |
LabelBinder
|
class |
ListBinder
|
class |
NumberBinder
Binder for numeric fields. |
class |
ScrollPaneBinder
A binder that binds a scroll pane and the scroll pane's view. |
class |
TextAreaBinder
|
class |
TextComponentBinder
|
class |
TigerEnumComboBoxBinder
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 |
ToggleButtonBinder
|
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 DateField |
Uses of Binder in org.springframework.richclient.samples.petclinic.ui.binder |
---|
Classes in org.springframework.richclient.samples.petclinic.ui.binder that implement Binder | |
---|---|
class |
CustomDatePickerBinder
|
class |
PetTypeBinder
|
Uses of Binder in org.springframework.richclient.selection.binding |
---|
Classes in org.springframework.richclient.selection.binding that implement Binder | |
---|---|
class |
ListSelectionDialogBinder
Binder for SelectField . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |