|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ValueChangeDetector | |
---|---|
org.springframework.binding.form.support | |
org.springframework.binding.value.support | Supporting value model and value holder implementations. |
org.springframework.richclient.application.support |
Uses of ValueChangeDetector in org.springframework.binding.form.support |
---|
Methods in org.springframework.binding.form.support that return ValueChangeDetector | |
---|---|
protected ValueChangeDetector |
FormModelMediatingValueModel.getValueChangeDetector()
|
Methods in org.springframework.binding.form.support with parameters of type ValueChangeDetector | |
---|---|
void |
FormModelMediatingValueModel.setValueChangeDetector(ValueChangeDetector valueChangeDetector)
|
Uses of ValueChangeDetector in org.springframework.binding.value.support |
---|
Classes in org.springframework.binding.value.support that implement ValueChangeDetector | |
---|---|
class |
DefaultValueChangeDetector
Implementation of ValueChangeDetector that maintains a set of classes for which it is "safe" to use equals() for detecting a change in value (those classes
that have immutable values). |
class |
EqualsValueChangeDetector
An implementation of ValueChangeDetector that provides the same semantics as ObjectUtils.nullSafeEquals(java.lang.Object, java.lang.Object) . |
Methods in org.springframework.binding.value.support that return ValueChangeDetector | |
---|---|
protected ValueChangeDetector |
AbstractValueModel.getValueChangeDetector()
Get the installed value change detector. |
protected ValueChangeDetector |
TypeConverter.getValueChangeDetector()
|
Methods in org.springframework.binding.value.support with parameters of type ValueChangeDetector | |
---|---|
void |
AbstractValueModel.setValueChangeDetector(ValueChangeDetector valueChangeDetector)
Set the object that will be used to detect changes between two values. |
void |
TypeConverter.setValueChangeDetector(ValueChangeDetector valueChangeDetector)
|
Uses of ValueChangeDetector in org.springframework.richclient.application.support |
---|
Methods in org.springframework.richclient.application.support with parameters of type ValueChangeDetector | |
---|---|
void |
DefaultApplicationServices.setValueChangeDetector(ValueChangeDetector valueChangeDetector)
Set the value change detector service imlpementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |