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

Packages that use ValidatingFormModel
org.springframework.binding.form.support   
org.springframework.binding.validation.support   
org.springframework.richclient.dialog   
org.springframework.richclient.filechooser   
org.springframework.richclient.form   
 

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

Classes in org.springframework.binding.form.support that implement ValidatingFormModel
 class DefaultFormModel
          Default form model implementation.
 

Uses of ValidatingFormModel in org.springframework.binding.validation.support
 

Constructors in org.springframework.binding.validation.support with parameters of type ValidatingFormModel
HibernateRulesValidator(ValidatingFormModel formModel, Class clazz)
          Creates a new HibernateRulesValidator without ignoring any properties.
HibernateRulesValidator(ValidatingFormModel formModel, Class clazz, Set<String> ignoredHibernateProperties)
          Creates a new HibernateRulesValidator with additionally a set of properties that should not be validated.
 

Uses of ValidatingFormModel in org.springframework.richclient.dialog
 

Methods in org.springframework.richclient.dialog that return ValidatingFormModel
 ValidatingFormModel InputApplicationDialog.getFormModel()
           
 

Constructors in org.springframework.richclient.dialog with parameters of type ValidatingFormModel
InputApplicationDialog(ValidatingFormModel formModel, String propertyName)
           
 

Uses of ValidatingFormModel in org.springframework.richclient.filechooser
 

Constructors in org.springframework.richclient.filechooser with parameters of type ValidatingFormModel
FileChooserComboBox(ValidatingFormModel formModel, String formProperty)
           
 

Uses of ValidatingFormModel in org.springframework.richclient.form
 

Methods in org.springframework.richclient.form that return ValidatingFormModel
static ValidatingFormModel FormModelHelper.createChildPageFormModel(HierarchicalFormModel parentModel, String childPageName)
           
static ValidatingFormModel FormModelHelper.createChildPageFormModel(HierarchicalFormModel parentModel, String childPageName, String childFormObjectPropertyPath)
          Create a child form model nested by this form model identified by the provided name.
static ValidatingFormModel FormModelHelper.createChildPageFormModel(HierarchicalFormModel parentModel, String childPageName, ValueModel childFormObjectHolder)
           
static ValidatingFormModel FormModelHelper.createCompoundFormModel(Object formObject, String formId)
           
static ValidatingFormModel FormModelHelper.createCompoundFormModel(ValueModel formObjectHolder, String formId)
           
static ValidatingFormModel FormModelHelper.createFormModel(Object formObject)
           
static ValidatingFormModel FormModelHelper.createFormModel(Object formObject, boolean bufferChanges)
           
static ValidatingFormModel FormModelHelper.createFormModel(Object formObject, boolean bufferChanges, RulesSource rulesSource, String formId)
           
static ValidatingFormModel FormModelHelper.createFormModel(Object formObject, boolean bufferChanges, String formId)
           
static ValidatingFormModel FormModelHelper.createFormModel(Object formObject, String formId)
           
static ValidatingFormModel FormModelHelper.createFormModel(ValueModel formObjectHolder)
           
static ValidatingFormModel FormModelHelper.createFormModel(ValueModel formObjectHolder, boolean bufferChanges, String formId)
           
static ValidatingFormModel FormModelHelper.createFormModel(ValueModel formObjectHolder, String formId)
           
static ValidatingFormModel FormModelHelper.createUnbufferedFormModel(Object formObject)
           
static ValidatingFormModel FormModelHelper.createUnbufferedFormModel(Object formObject, String formId)
           
static ValidatingFormModel FormModelHelper.createUnbufferedFormModel(ValueModel formObjectHolder, String formId)
           
protected  ValidatingFormModel AbstractMasterForm.getDetailFormModel()
           
 ValidatingFormModel AbstractForm.getFormModel()
           
 ValidatingFormModel Form.getFormModel()
          Returns the formModel used by the form.
 

Methods in org.springframework.richclient.form with parameters of type ValidatingFormModel
static ValidationResultsReporter FormModelHelper.createSingleLineResultsReporter(ValidatingFormModel formModel, Messagable messageReceiver)
           
 void GeneratedForm.setFormModel(ValidatingFormModel formModel)
          Provides public access to this method as a convenience.
protected  void AbstractForm.setFormModel(ValidatingFormModel formModel)
          Set the FormModel for this Form.
 

Constructors in org.springframework.richclient.form with parameters of type ValidatingFormModel
FormGuard(ValidatingFormModel formModel)
          Creates the FormGuard monitoring the passed formModel.
FormGuard(ValidatingFormModel formModel, Guarded guarded)
          Creates the FormGuard monitoring the passed formModel, and adds the passed guarded-object.
FormGuard(ValidatingFormModel formModel, Guarded guarded, int mask)
          Creates the FormGuard monitoring the passed formModel, and adds the passed guarded-object using the specified mask.
 



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