Uses of Class
org.hippoecm.frontend.validation.ModelPathElement
-
Packages that use ModelPathElement Package Description org.hippoecm.frontend.model org.hippoecm.frontend.validation -
-
Uses of ModelPathElement in org.hippoecm.frontend.model
Methods in org.hippoecm.frontend.model that return ModelPathElement Modifier and Type Method Description abstract ModelPathElement
AbstractProvider. getFieldElement(M model)
Retrieve theModelPathElement
to access an element.ModelPathElement
ChildNodeProvider. getFieldElement(JcrNodeModel model)
ModelPathElement
PropertyValueProvider. getFieldElement(JcrPropertyValueModel model)
-
Uses of ModelPathElement in org.hippoecm.frontend.validation
Methods in org.hippoecm.frontend.validation that return ModelPathElement Modifier and Type Method Description ModelPathElement[]
ModelPath. getElements()
Methods in org.hippoecm.frontend.validation with parameters of type ModelPathElement Modifier and Type Method Description void
ModelPath. prependElement(ModelPathElement modelPathElement)
Constructors in org.hippoecm.frontend.validation with parameters of type ModelPathElement Constructor Description ModelPath(ModelPathElement[] elements)
-