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

Packages that use DirtyTrackingValueModel
org.springframework.binding.form.support   
 

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

Classes in org.springframework.binding.form.support that implement DirtyTrackingValueModel
 class FormModelMediatingValueModel
           A value model wrapper that mediates between the (wrapped) data value model and the derived view value model.
 

Constructors in org.springframework.binding.form.support with parameters of type DirtyTrackingValueModel
DefaultFieldMetadata(FormModel formModel, DirtyTrackingValueModel valueModel, Class propertyType, boolean forceReadOnly, Map userMetadata)
          Constructs a new instance of DefaultFieldMetadata.
 



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