public class ValidationResult extends Object implements IValidationResult
Constructor and Description |
---|
ValidationResult() |
ValidationResult(Set<Violation> violations) |
Modifier and Type | Method and Description |
---|---|
void |
detach() |
Set<Violation> |
getViolations() |
boolean |
isValid() |
void |
setViolations(Set<Violation> violations) |
public Set<Violation> getViolations()
getViolations
in interface IValidationResult
public boolean isValid()
isValid
in interface IValidationResult
public void detach()
detach
in interface org.apache.wicket.model.IDetachable
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.