Class DefaultReferenceInjector

java.lang.Object
de.hybris.platform.cmscockpit.injectors.impl.DefaultReferenceInjector
All Implemented Interfaces:
ReferenceInjector

public class DefaultReferenceInjector extends Object implements ReferenceInjector
  • 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:
      injectReference in interface ReferenceInjector
    • 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

      protected TypeService getTypeService()
    • getConfigurationService

      protected UIConfigurationService getConfigurationService()
    • getUiAccessRightService

      protected UIAccessRightService getUiAccessRightService()
    • getCMSAdminComponentService

      protected CMSAdminComponentService getCMSAdminComponentService()
    • getContentEditorConfiguration

      protected ContentEditorConfiguration getContentEditorConfiguration(ObjectTemplate objectTemplate)
    • getValueService

      public ValueService getValueService()