Package de.xima.fc.form.common.models
Interface IXValidationResult
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XValidationResult
public interface IXValidationResult extends Serializable
Represents the result of validating anIXItem
. 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
boolean
isValid()
-