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

Packages that use FieldFaceSource
org.springframework.binding.form.support   
org.springframework.richclient.application.support   
org.springframework.richclient.table.support   
 

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

Classes in org.springframework.binding.form.support that implement FieldFaceSource
 class CachingFieldFaceSource
          A convenience superclass for FieldFaceSource's that require caching to improve the performance of FieldFace lookup.
 class MessageSourceFieldFaceSource
          An implementation of FieldFaceSource that resolves the FieldFace from the MessageSourceAccessor provided to the setMessageSourceAccessor method or from the ApplicationServices singleton if none is provided.
 

Methods in org.springframework.binding.form.support that return FieldFaceSource
protected  FieldFaceSource AbstractFormModel.getFieldFaceSource()
          Returns the FieldFaceSource that should be used to obtain FieldFace instances for this form model.
 

Methods in org.springframework.binding.form.support with parameters of type FieldFaceSource
 void AbstractFormModel.setFieldFaceSource(FieldFaceSource fieldFaceSource)
          Sets the FieldFaceSource that will be used to obtain FieldFace instances.
 

Uses of FieldFaceSource in org.springframework.richclient.application.support
 

Methods in org.springframework.richclient.application.support with parameters of type FieldFaceSource
 void DefaultApplicationServices.setFieldFaceSource(FieldFaceSource fieldFaceSource)
          Set the field face descriptor source service implementation
 

Uses of FieldFaceSource in org.springframework.richclient.table.support
 

Methods in org.springframework.richclient.table.support that return FieldFaceSource
protected  FieldFaceSource GlazedTableModel.getFieldFaceSource()
           
 

Methods in org.springframework.richclient.table.support with parameters of type FieldFaceSource
 void GlazedTableModel.setFieldFaceSource(FieldFaceSource fieldFaceSource)
           
 



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