Interface IXValidationResult
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XValidationResult
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
-
Method Details
-
isValid
boolean isValid()- Returns:
- Whether the submitted values are valid.
-
getMessage
-