Uses of Interface
org.springframework.binding.form.FieldMetadata

Packages that use FieldMetadata
org.springframework.binding.form FormModel related interfaces. 
org.springframework.binding.form.support   
org.springframework.richclient.form.binding.support   
 

Uses of FieldMetadata in org.springframework.binding.form
 

Methods in org.springframework.binding.form that return FieldMetadata
 FieldMetadata FormModel.getFieldMetadata(String field)
          Returns the metadata for the given form field.
 

Methods in org.springframework.binding.form with parameters of type FieldMetadata
 ValueModel ConfigurableFormModel.add(String propertyName, ValueModel valueModel, FieldMetadata fieldMetadata)
          Add the given valueModel as wrapper for the given property.
 

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

Classes in org.springframework.binding.form.support that implement FieldMetadata
 class DefaultFieldMetadata
          Default implementation of FieldMetadata.
 class ReadOnlyFieldMetadata
           
 

Methods in org.springframework.binding.form.support that return FieldMetadata
 FieldMetadata AbstractFormModel.getFieldMetadata(String propertyName)
           
 

Methods in org.springframework.binding.form.support with parameters of type FieldMetadata
 ValueModel AbstractFormModel.add(String propertyName, ValueModel valueModel, FieldMetadata metadata)
          Add the given valueModel as wrapper for the given property.
 

Uses of FieldMetadata in org.springframework.richclient.form.binding.support
 

Fields in org.springframework.richclient.form.binding.support declared as FieldMetadata
protected  FieldMetadata AbstractBinding.fieldMetadata
           
 



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