org.springframework.binding.value.support
Class PropertyAdapter
java.lang.Object
org.springframework.binding.value.support.AbstractValueModelAdapter
org.springframework.binding.value.support.PropertyAdapter
public class PropertyAdapter
- extends AbstractValueModelAdapter
Adapts a value model to JavaBean's property.
- Author:
- Oliver Hutchison
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyAdapter
public PropertyAdapter(ValueModel valueModel,
Object bean,
String property)
PropertyAdapter
public PropertyAdapter(ValueModel valueModel,
MutablePropertyAccessStrategy propertyAccessStrategy,
String property)
valueModelValueChanged
protected void valueModelValueChanged(Object newValue)
- Description copied from class:
AbstractValueModelAdapter
- Called when the value held by the value model has changes
- Specified by:
valueModelValueChanged
in class AbstractValueModelAdapter
- Parameters:
newValue
- the new value held by the value model
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.