Class DefaultReferenceInjector
java.lang.Object
de.hybris.platform.cmscockpit.injectors.impl.DefaultReferenceInjector
- All Implemented Interfaces:
ReferenceInjector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSAdminComponentServiceprotected UIConfigurationServiceprotected ContentEditorConfigurationgetContentEditorConfiguration(ObjectTemplate objectTemplate) protected intgetDepthWithinSection(org.zkoss.zk.ui.Component parent) org.zkoss.zk.ui.HtmlBasedComponentprotected TypeServiceprotected UIAccessRightServiceprotected voidinjectCmsReference(TypedObject referenceValue, ObjectValueContainer refValueContainer, org.zkoss.zk.ui.HtmlBasedComponent refGroup, Object locationInfo) protected voidinjectNormalReference(TypedObject referenceValue, ObjectValueContainer refValueContainer, org.zkoss.zk.ui.HtmlBasedComponent refGroup, ContentEditorConfiguration config, Object locationInfo, boolean hideReadOnly) voidinjectReference(TypedObject referenceValue, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, Object locationInfo, boolean hideReadOnly, List<org.zkoss.zk.ui.HtmlBasedComponent> captionComponents) protected voidrenderEditor(TypedObject refValue, ObjectValueContainer valueContainer, org.zkoss.zk.ui.HtmlBasedComponent parent, Object locationInfo) voidsetRootComponent(org.zkoss.zk.ui.HtmlBasedComponent rootComponent)
-
Constructor Details
-
DefaultReferenceInjector
public DefaultReferenceInjector() -
DefaultReferenceInjector
public DefaultReferenceInjector(org.zkoss.zk.ui.HtmlBasedComponent rootComponent)
-
-
Method Details
-
getRootComponent
public org.zkoss.zk.ui.HtmlBasedComponent getRootComponent() -
setRootComponent
public void setRootComponent(org.zkoss.zk.ui.HtmlBasedComponent rootComponent) -
getDepthWithinSection
protected int getDepthWithinSection(org.zkoss.zk.ui.Component parent) -
injectReference
public void injectReference(TypedObject referenceValue, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, Object locationInfo, boolean hideReadOnly, List<org.zkoss.zk.ui.HtmlBasedComponent> captionComponents) - Specified by:
injectReferencein interfaceReferenceInjector
-
injectNormalReference
protected void injectNormalReference(TypedObject referenceValue, ObjectValueContainer refValueContainer, org.zkoss.zk.ui.HtmlBasedComponent refGroup, ContentEditorConfiguration config, Object locationInfo, boolean hideReadOnly) -
injectCmsReference
protected void injectCmsReference(TypedObject referenceValue, ObjectValueContainer refValueContainer, org.zkoss.zk.ui.HtmlBasedComponent refGroup, Object locationInfo) -
renderEditor
protected void renderEditor(TypedObject refValue, ObjectValueContainer valueContainer, org.zkoss.zk.ui.HtmlBasedComponent parent, Object locationInfo) -
getTypeService
-
getConfigurationService
-
getUiAccessRightService
-
getCMSAdminComponentService
-
getContentEditorConfiguration
-
getValueService
-