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 Detail

      • isValid

        boolean isValid()