Interface ValidationResult


  • public interface ValidationResult
    Author:
    Mathieu Carbou (mathieu.carbou@gmail.com)
    • Method Detail

      • getErrorMessages

        String[] getErrorMessages()
      • getWarningMessages

        String[] getWarningMessages()
      • hasError

        boolean hasError()
      • hasWarning

        boolean hasWarning()