Uses of Class
org.springframework.binding.value.support.AbstractValueModelWrapper

Packages that use AbstractValueModelWrapper
org.springframework.binding.form.support   
org.springframework.binding.value.support Supporting value model and value holder implementations. 
 

Uses of AbstractValueModelWrapper in org.springframework.binding.form.support
 

Subclasses of AbstractValueModelWrapper in org.springframework.binding.form.support
protected  class DefaultFormModel.ValidatingFormValueModel
           
 class FormModelMediatingValueModel
           A value model wrapper that mediates between the (wrapped) data value model and the derived view value model.
 

Uses of AbstractValueModelWrapper in org.springframework.binding.value.support
 

Subclasses of AbstractValueModelWrapper in org.springframework.binding.value.support
 class TypeConverter
          A value model wrapper that supports converting the wrapped value to and from another type using the supplied conversion Closures.
 



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