Uses of Class
org.hippoecm.frontend.model.properties.JcrPropertyValueModel
-
Packages that use JcrPropertyValueModel Package Description org.hippoecm.frontend.editor.plugins.linkpicker org.hippoecm.frontend.model org.hippoecm.frontend.model.properties -
-
Uses of JcrPropertyValueModel in org.hippoecm.frontend.editor.plugins.linkpicker
Methods in org.hippoecm.frontend.editor.plugins.linkpicker with parameters of type JcrPropertyValueModel Modifier and Type Method Description static IPluginConfig
LinkPickerDialogConfig. fromPluginConfig(IPluginConfig config, JcrPropertyValueModel model)
-
Uses of JcrPropertyValueModel in org.hippoecm.frontend.model
Methods in org.hippoecm.frontend.model with parameters of type JcrPropertyValueModel Modifier and Type Method Description ModelPathElement
PropertyValueProvider. getFieldElement(JcrPropertyValueModel model)
void
PropertyValueProvider. moveToBottom(JcrPropertyValueModel model)
void
PropertyValueProvider. moveToTop(JcrPropertyValueModel model)
void
PropertyValueProvider. moveUp(JcrPropertyValueModel model)
void
PropertyValueProvider. remove(JcrPropertyValueModel model)
-
Uses of JcrPropertyValueModel in org.hippoecm.frontend.model.properties
Constructors in org.hippoecm.frontend.model.properties with parameters of type JcrPropertyValueModel Constructor Description StringConverter(JcrPropertyValueModel valueModel)
-