Uses of Interface
org.springframework.binding.value.support.ValueModelWrapper

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

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

Classes in org.springframework.binding.form.support that implement ValueModelWrapper
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 ValueModelWrapper in org.springframework.binding.value.support
 

Classes in org.springframework.binding.value.support that implement ValueModelWrapper
 class AbstractValueModelWrapper
           
 class BufferedCollectionValueModel
          A BufferedValueModel that uses an ObservableList as a buffer to hold chandes to a Collection or array.
 class BufferedValueModel
          A value model that wraps another value model; delaying or buffering changes until a commit is triggered.
 class DeepCopyBufferedCollectionValueModel
          Implementation of a BufferedCollectionValueModel that performs a deep copy on the elements of the collection.
 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.