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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Violation>
getViolations()
boolean
isValid()
-