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

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from interface org.apache.wicket.model.IDetachable

    detach
  • Method Details

    • getViolations

      Set<Violation> getViolations()
    • isValid

      boolean isValid()