Uses of Class
org.hippoecm.frontend.validation.Violation
-
Packages that use Violation Package Description org.hippoecm.frontend.validation -
-
Uses of Violation in org.hippoecm.frontend.validation
Methods in org.hippoecm.frontend.validation that return Violation Modifier and Type Method 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.Methods in org.hippoecm.frontend.validation that return types with arguments of type Violation Modifier and Type Method Description Set<Violation>
IValidationResult. getViolations()
Set<Violation>
ValidationResult. getViolations()
Set<Violation>
ICmsValidator. validate(IFieldValidator fieldValidator, JcrNodeModel model, org.apache.wicket.model.IModel childModel)
Method parameters in org.hippoecm.frontend.validation with type arguments of type Violation Modifier and Type Method Description void
IValidationListener. onResolve(Set<Violation> violations)
void
ValidationResult. setViolations(Set<Violation> violations)
Constructor parameters in org.hippoecm.frontend.validation with type arguments of type Violation Constructor Description ValidationResult(Set<Violation> violations)
-