Uses of Class
org.hippoecm.frontend.model.properties.JcrPropertyModel
-
Packages that use JcrPropertyModel Package Description org.hippoecm.frontend.model.map org.hippoecm.frontend.model.properties -
-
Uses of JcrPropertyModel in org.hippoecm.frontend.model.map
Constructors in org.hippoecm.frontend.model.map with parameters of type JcrPropertyModel Constructor Description JcrValueList(JcrPropertyModel model, int type)
-
Uses of JcrPropertyModel in org.hippoecm.frontend.model.properties
Methods in org.hippoecm.frontend.model.properties that return JcrPropertyModel Modifier and Type Method Description JcrPropertyModel
JcrPropertyValueModel. getJcrPropertymodel()
Constructors in org.hippoecm.frontend.model.properties with parameters of type JcrPropertyModel Constructor Description JcrMultiPropertyValueModel(JcrPropertyModel<T> propertyModel)
JcrPropertyValueModel(int index, Value value, JcrPropertyModel propertyModel)
Multi-valued property constructor.JcrPropertyValueModel(int index, JcrPropertyModel propertyModel)
Indexed value of a multi-valued property.JcrPropertyValueModel(JcrPropertyModel propertyModel)
single-valued constructor.
-