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 Detail

      • 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.