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 Validable.validateCreation(ValidationReport report)
          Validate creation of the object.
 void Validable.validateDelete(ValidationReport report)
          Validate deletion of the object.
 void Validable.validateModification(ValidationReport report)
          Validate modification of the object.
 



Copyright © 2011. All Rights Reserved.