Package | Description |
---|---|
org.hippoecm.frontend.validation |
Modifier and Type | Method and Description |
---|---|
Violation |
IFieldValidator.newValueViolation(org.apache.wicket.model.IModel childModel,
org.apache.wicket.model.IModel<String> message,
FeedbackScope scope)
Create a Violation object with field and scope information.
|
Modifier and Type | Method and Description |
---|---|
Set<Violation> |
IValidationResult.getViolations() |
Set<Violation> |
ValidationResult.getViolations() |
Set<Violation> |
ICmsValidator.validate(IFieldValidator fieldValidator,
JcrNodeModel model,
org.apache.wicket.model.IModel childModel) |
Modifier and Type | Method and Description |
---|---|
void |
IValidationListener.onResolve(Set<Violation> violations) |
void |
ValidationResult.setViolations(Set<Violation> violations) |
Constructor and Description |
---|
ValidationResult(Set<Violation> violations) |
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.