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