Uses of Interface
net.sf.sfac.editor.ValidationReport

Packages that use ValidationReport
net.sf.sfac.editor   
 

Uses of ValidationReport in net.sf.sfac.editor
 

Classes in net.sf.sfac.editor that implement ValidationReport
 class ExceptionValidationReport
          Implementation of the ValidationReport interface throwing an exception at the first error.
 class ValidationReportImpl
           
 

Methods in net.sf.sfac.editor that return ValidationReport
 ValidationReport ValidationReportImpl.getContextReport(String fieldPath)
           
 ValidationReport ValidationReport.getContextReport(String fieldPath)
           
 ValidationReport ExceptionValidationReport.getContextReport(String fieldPath)
           
 

Methods in net.sf.sfac.editor with parameters of type ValidationReport
 void ValidatorImpl.initContinuousValidationReport(Object editedObject, ValidationReport report)
           
 void Validator.initContinuousValidationReport(Object editedObject, ValidationReport report)
           
 void Validable.validate(ValidationReport report)
          Validate this object.
 void ValidatorImpl.validateBeforeCommit(Object editedObject, ValidationReport report)
           
 void Validator.validateBeforeCommit(Object editedObject, ValidationReport report)
           
 void ValidatorImpl.validateModification(Object editedObject, String fieldPath, Object oldValue, Object newValue, ValidationReport report)
           
 void Validator.validateModification(Object editedObject, String fieldPath, Object oldValue, Object newValue, ValidationReport report)
           
 



Copyright © 2012. All Rights Reserved.