Uses of Interface
de.hybris.platform.cmscockpit.services.config.ContentEditorConfiguration
-
-
Uses of ContentEditorConfiguration in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser that return ContentEditorConfiguration Modifier and Type Method Description ContentEditorConfigurationCMSContentEditorInjector. getConfig()protected ContentEditorConfigurationAbstractContentEditorRenderer. getContentEditorConfiguration()protected ContentEditorConfigurationCMSContentEditorSectionComponent. getContentEditorConfiguration(ObjectTemplate objectTemplate)Methods in de.hybris.platform.cmscockpit.components.contentbrowser with parameters of type ContentEditorConfiguration Modifier and Type Method Description DefaultContentEditorRendererCMSContentEditorSectionComponent. getEditorRenderer(ContentEditorConfiguration configuration)voidCMSContentEditorInjector. setConfig(ContentEditorConfiguration config)Constructors in de.hybris.platform.cmscockpit.components.contentbrowser with parameters of type ContentEditorConfiguration Constructor Description AbstractContentEditorRenderer(ContentEditorConfiguration conf)AbstractContentEditorRenderer(ContentEditorConfiguration conf, boolean autoPersist)DefaultContentEditorRenderer(ContentEditorConfiguration conf)DefaultContentEditorRenderer(ContentEditorConfiguration conf, boolean autoPersist) -
Uses of ContentEditorConfiguration in de.hybris.platform.cmscockpit.components.liveedit.impl
Methods in de.hybris.platform.cmscockpit.components.liveedit.impl that return ContentEditorConfiguration Modifier and Type Method Description protected ContentEditorConfigurationLiveEditPopupEditDialog. getContentEditorConfiguration(ObjectTemplate objectTemplate)Retrieves a content editor configuration -
Uses of ContentEditorConfiguration in de.hybris.platform.cmscockpit.injectors
Methods in de.hybris.platform.cmscockpit.injectors with parameters of type ContentEditorConfiguration Modifier and Type Method Description voidPropertyInjector. injectProperty(TypedObject item, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, ObjectValueContainer valueContainer, java.lang.Object locationInfo, boolean hideReadOnly, boolean autoPersist, java.util.Map<java.lang.String,? extends java.lang.Object> params)voidReferenceInjector. injectReference(TypedObject referenceValue, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, java.lang.Object locationInfo, boolean hideReadOnly, java.util.List<org.zkoss.zk.ui.HtmlBasedComponent> captionComponents) -
Uses of ContentEditorConfiguration in de.hybris.platform.cmscockpit.injectors.impl
Methods in de.hybris.platform.cmscockpit.injectors.impl that return ContentEditorConfiguration Modifier and Type Method Description protected ContentEditorConfigurationDefaultReferenceInjector. getContentEditorConfiguration(ObjectTemplate objectTemplate)Methods in de.hybris.platform.cmscockpit.injectors.impl with parameters of type ContentEditorConfiguration Modifier and Type Method Description protected voidDefaultReferenceInjector. injectNormalReference(TypedObject referenceValue, ObjectValueContainer refValueContainer, org.zkoss.zk.ui.HtmlBasedComponent refGroup, ContentEditorConfiguration config, java.lang.Object locationInfo, boolean hideReadOnly)voidDefaultPropertyInjector. injectProperty(TypedObject item, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, ObjectValueContainer valueContainer, java.lang.Object locationInfo, boolean hideReadOnly, boolean autoPersist, java.util.Map<java.lang.String,? extends java.lang.Object> params)voidDefaultReferenceInjector. injectReference(TypedObject referenceValue, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, java.lang.Object locationInfo, boolean hideReadOnly, java.util.List<org.zkoss.zk.ui.HtmlBasedComponent> captionComponents) -
Uses of ContentEditorConfiguration in de.hybris.platform.cmscockpit.services.config.impl
Classes in de.hybris.platform.cmscockpit.services.config.impl that implement ContentEditorConfiguration Modifier and Type Class Description classDefaultContentEditorConfigurationMethods in de.hybris.platform.cmscockpit.services.config.impl that return ContentEditorConfiguration Modifier and Type Method Description protected ContentEditorConfigurationContentEditorConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, ContentEditor xmlContentEditor)
-