Package org.hippoecm.frontend.validation
Interface IValidationResult
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,org.apache.wicket.model.IDetachable
,Serializable
- All Known Implementing Classes:
ValidationResult
public interface IValidationResult
extends org.apache.wicket.model.IDetachable
The model that is constructed during validation. Maintains state about
what fields are invalid.
-
Method Summary
Methods inherited from interface org.apache.wicket.model.IDetachable
detach
-
Method Details
-
getViolations
-
isValid
boolean isValid()
-