Uses of Class
org.hippoecm.frontend.validation.ModelPath
-
Packages that use ModelPath Package Description org.hippoecm.frontend.validation -
-
Uses of ModelPath in org.hippoecm.frontend.validation
Methods in org.hippoecm.frontend.validation that return types with arguments of type ModelPath Modifier and Type Method Description Set<ModelPath>
Violation. getDependentPaths()
Methods in org.hippoecm.frontend.validation with parameters of type ModelPath Modifier and Type Method Description org.apache.wicket.model.IModel
IFieldResolver. resolve(org.apache.wicket.model.IModel model, ModelPath path)
org.apache.wicket.model.IModel
JcrFieldResolver. resolve(org.apache.wicket.model.IModel model, ModelPath path)
Constructor parameters in org.hippoecm.frontend.validation with type arguments of type ModelPath Constructor Description Violation(Set<ModelPath> fieldPaths, org.apache.wicket.model.IModel<String> messageModel)
Create a new violation with the specified message.Violation(Set<ModelPath> fieldPaths, org.apache.wicket.model.IModel<String> message, FeedbackScope feedbackScope)
-