Uses of Class
com.hybris.cockpitng.core.util.ObjectValuePath
-
-
Uses of ObjectValuePath in com.hybris.cockpitng.common
Methods in com.hybris.cockpitng.common that return ObjectValuePath Modifier and Type Method Description protected ObjectValuePathEditorConfigurator. getEditorPathPrefix(ObjectValuePath editorProperty, java.lang.String attributeQualifier)Methods in com.hybris.cockpitng.common with parameters of type ObjectValuePath Modifier and Type Method Description protected ObjectValuePathEditorConfigurator. getEditorPathPrefix(ObjectValuePath editorProperty, java.lang.String attributeQualifier) -
Uses of ObjectValuePath in com.hybris.cockpitng.components.validation
Methods in com.hybris.cockpitng.components.validation that return ObjectValuePath Modifier and Type Method Description protected ObjectValuePathAbstractValidatableContainer. getRootPath() -
Uses of ObjectValuePath in com.hybris.cockpitng.core.model.impl
Methods in com.hybris.cockpitng.core.model.impl with parameters of type ObjectValuePath Modifier and Type Method Description static ValueObserverObserverProxy. createProxy(Observable destination, ObjectValuePath prefix)Creates a proxy observer with strong reference to destinationstatic ValueObserverObserverProxy. createWeakProxy(Observable destination, ObjectValuePath prefix)Creates a proxy observer with weak reference to destination -
Uses of ObjectValuePath in com.hybris.cockpitng.core.util
Methods in com.hybris.cockpitng.core.util that return ObjectValuePath Modifier and Type Method Description ObjectValuePathObjectValuePath. append(java.lang.String element)Adds new element of path at the end of path.ObjectValuePathObjectValuePath. appendPath(ObjectValuePath path)Adds path at the end of path.ObjectValuePathObjectValuePath. appendPath(java.lang.String path)Parses provided path and adds it at the end of path.static ObjectValuePathObjectValuePath. copy(ObjectValuePath path)Creates a copy of pathstatic ObjectValuePathObjectValuePath. empty()Creates an instance of empty pathObjectValuePathObjectValuePath. getParent()Gets a parent path for current.ObjectValuePathObjectValuePath. getRelative(ObjectValuePath root)Builds new path that should be interpreted as relative to providedObjectValuePathObjectValuePath. getRelative(java.lang.String root)Builds new path that should be interpreted as relative to providedObjectValuePathObjectValuePath. getRoot()Get a root of current path.ObjectValuePathObjectValuePath. internationalize()Removes localization from pathObjectValuePathObjectValuePath. localize(java.lang.String locale)Adds localization to pathstatic ObjectValuePathObjectValuePath. parse(java.lang.String path)Parses provided pathObjectValuePathObjectValuePath. prepend(ObjectValuePath root)Adds new path at the beginning of path.ObjectValuePathObjectValuePath. prepend(java.lang.String element)Adds new path at the beginning of path.static ObjectValuePathObjectValuePath. unmodifiable(ObjectValuePath path)Creates a reference to provided path that prevents it from changingMethods in com.hybris.cockpitng.core.util with parameters of type ObjectValuePath Modifier and Type Method Description ObjectValuePathObjectValuePath. appendPath(ObjectValuePath path)Adds path at the end of path.static ObjectValuePathObjectValuePath. copy(ObjectValuePath path)Creates a copy of pathObjectValuePathObjectValuePath. getRelative(ObjectValuePath root)Builds new path that should be interpreted as relative to providedObjectValuePathObjectValuePath. prepend(ObjectValuePath root)Adds new path at the beginning of path.booleanObjectValuePath. startsWith(ObjectValuePath root)Checks whether current path starts with providedstatic ObjectValuePathObjectValuePath. unmodifiable(ObjectValuePath path)Creates a reference to provided path that prevents it from changing -
Uses of ObjectValuePath in com.hybris.cockpitng.editor.extendedmultireferenceeditor.validate
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor.validate that return ObjectValuePath Modifier and Type Method Description protected ObjectValuePathInlineEditorValidatableContainer. getRoot()
-