Interface IXValidationResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
XValidationResult

public interface IXValidationResult extends Serializable
Represents the result of validating an IXItem. Indicates whether the submitted values are valid, and the error message that should be displayed in case it is not valid.
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
  • Method Details

    • isValid

      boolean isValid()
      Returns:
      Whether the submitted values are valid.
    • getMessage

      String getMessage()
      Returns:
      In case isValid() returns false, the error message that should be displayed.