Uses of Class
org.hippoecm.frontend.model.JcrItemModel
-
Packages that use JcrItemModel Package Description org.hippoecm.frontend.model org.hippoecm.frontend.model.properties -
-
Uses of JcrItemModel in org.hippoecm.frontend.model
Methods in org.hippoecm.frontend.model that return JcrItemModel Modifier and Type Method Description JcrItemModel
ItemModelWrapper. getItemModel()
JcrItemModel<Node>
JcrItemModel. getParentModel()
Retrieve the JcrItemModel for the parentNode
.Constructors in org.hippoecm.frontend.model with parameters of type JcrItemModel Constructor Description AbstractProvider(JcrItemModel itemModel)
ChildNodeProvider(IFieldDescriptor descriptor, JcrNodeModel prototype, JcrItemModel<Node> itemModel)
ItemModelWrapper(JcrItemModel model)
JcrNodeModel(JcrItemModel model)
Create a JcrNodeModel based on an JcrItemModel.PropertyValueProvider(IFieldDescriptor descriptor, ITypeDescriptor type, JcrItemModel<Property> itemModel)
-
Uses of JcrItemModel in org.hippoecm.frontend.model.properties
Methods in org.hippoecm.frontend.model.properties that return JcrItemModel Modifier and Type Method Description JcrItemModel<Property>
JcrMultiPropertyValueModel. getItemModel()
Constructors in org.hippoecm.frontend.model.properties with parameters of type JcrItemModel Constructor Description JcrMultiPropertyValueModel(JcrItemModel<Property> itemModel)
JcrPropertyModel(JcrItemModel<Property> model)
-