Uses of Interface
org.springframework.richclient.form.ValidationResultsReporter

Packages that use ValidationResultsReporter
org.springframework.richclient.form   
 

Uses of ValidationResultsReporter in org.springframework.richclient.form
 

Classes in org.springframework.richclient.form that implement ValidationResultsReporter
 class SimpleValidationResultsReporter
          An implementation of ValidationResultsReporter that reports only a single message from the configured validation results model to the associated message receiver.
 

Methods in org.springframework.richclient.form that return ValidationResultsReporter
static ValidationResultsReporter FormModelHelper.createSingleLineResultsReporter(ValidatingFormModel formModel, Messagable messageReceiver)
           
 ValidationResultsReporter AbstractMasterForm.newSingleLineResultsReporter(Messagable messageReceiver)
          When the results reporter is setup on the master form, we need to capture it and forward it on to the detail form as well.
 ValidationResultsReporter AbstractForm.newSingleLineResultsReporter(Messagable messageReceiver)
          Construct the validation results reporter for this form and attach it to the provided Guarded object.
 ValidationResultsReporter Form.newSingleLineResultsReporter(Messagable messageAreaPane)
          Create a ValidationResultsReporter for this form, sending input to the given Messagable.
 

Methods in org.springframework.richclient.form with parameters of type ValidationResultsReporter
 void AbstractForm.addValidationResultsReporter(ValidationResultsReporter reporter)
           
 void Form.addValidationResultsReporter(ValidationResultsReporter validationResultsReporter)
          Add a ValidationResultsReporter to this Form.
 void AbstractForm.removeValidationResultsReporter(ValidationResultsReporter reporter)
           
 void Form.removeValidationResultsReporter(ValidationResultsReporter validationResultsReporter)
          Remove the given ValidationResultsReporter from this Form.
 



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