org.springframework.binding.form.support
Class DefaultFormModel.ValidatingFormValueModel
java.lang.Object
org.springframework.binding.value.support.AbstractValueModelWrapper
org.springframework.binding.form.support.DefaultFormModel.ValidatingFormValueModel
- All Implemented Interfaces:
- ValueModelWrapper, ValueModel
- Enclosing class:
- DefaultFormModel
protected class DefaultFormModel.ValidatingFormValueModel
- extends AbstractValueModelWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFormModel.ValidatingFormValueModel
public DefaultFormModel.ValidatingFormValueModel(String formProperty,
ValueModel model,
boolean validateOnChange)
getFormProperty
public String getFormProperty()
setValueSilently
public void setValueSilently(Object value,
PropertyChangeListener listenerToSkip)
- Description copied from interface:
ValueModel
- Sets a new value and if the value has changed notifies all registered
value change listeners except for the specified listener to skip.
- Specified by:
setValueSilently
in interface ValueModel
- Overrides:
setValueSilently
in class AbstractValueModelWrapper
- Parameters:
value
- the value to be setlistenerToSkip
- the PropertyChangeListener
that should
not be notified of this change (may be null
).
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.