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

Packages that use ValidationResultsReporter
org.springframework.richclient.form   
org.springframework.richclient.widget   
org.springframework.richclient.widget.editor   
 

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 Form.newSingleLineResultsReporter(Messagable messageAreaPane)
          Create a ValidationResultsReporter for this form, sending input to the given Messagable.
 ValidationResultsReporter AbstractForm.newSingleLineResultsReporter(Messagable messageReceiver)
          Construct the validation results reporter for this form and attach it to the provided Guarded object.
 

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

Uses of ValidationResultsReporter in org.springframework.richclient.widget
 

Methods in org.springframework.richclient.widget that return ValidationResultsReporter
 ValidationResultsReporter TitledWidget.newSingleLineResultsReporter(Messagable messagable)
           
 ValidationResultsReporter TitledWidgetForm.newSingleLineResultsReporter(Messagable messagable)
           
 ValidationResultsReporter AbstractTitledWidget.newSingleLineResultsReporter(Messagable messagable)
           
 

Uses of ValidationResultsReporter in org.springframework.richclient.widget.editor
 

Methods in org.springframework.richclient.widget.editor that return ValidationResultsReporter
 ValidationResultsReporter AbstractDataEditorWidget.newSingleLineResultsReporter(Messagable messagable)
          
 



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