org.springframework.richclient.form
Interface ValidationResultsReporter

All Superinterfaces:
ValidationListener
All Known Implementing Classes:
SimpleValidationResultsReporter

public interface ValidationResultsReporter
extends ValidationListener


Method Summary
 boolean hasErrors()
          Return the "has errors" status of the validation results model(s).
 
Methods inherited from interface org.springframework.binding.validation.ValidationListener
validationResultsChanged
 

Method Detail

hasErrors

boolean hasErrors()
Return the "has errors" status of the validation results model(s).

Returns:
true if this model or any child model is marked as having errors


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