Class PageUrlCustomSection
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.DefaultEditorSectionConfiguration
-
- de.hybris.platform.cmscockpit.components.editorarea.PageUrlCustomSection
-
- All Implemented Interfaces:
CustomEditorSectionConfiguration,EditorSectionConfiguration,java.lang.Cloneable
public class PageUrlCustomSection extends DefaultEditorSectionConfiguration implements CustomEditorSectionConfiguration
Bean for custom section in editor area of CMS Pages. The section itself doesn't include any state or logic besides a dedicated renderer -PageUrlSectionRenderer.
-
-
Constructor Summary
Constructors Constructor Description PageUrlCustomSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidallInitialized(EditorConfiguration config, ObjectType type, TypedObject object)java.util.List<EditorSectionConfiguration>getAdditionalSections()SectionRenderergetCustomRenderer()voidinitialize(EditorConfiguration config, ObjectType type, TypedObject object)booleanisVisible()voidloadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidsaveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidsetSectionRenderer(SectionRenderer sectionRenderer)voidsetTypeService(TypeService typeService)-
Methods inherited from class de.hybris.platform.cockpit.services.config.impl.DefaultEditorSectionConfiguration
clone, copyValues, getAllLabel, getLabel, getLabel, getLabelWithFallback, getLabelWithFallback, getPosition, getQualifier, getSectionRows, getXmlDataProvider, isInitiallyOpened, isPrintable, isTabbed, setAllLabel, setInitiallyOpened, setPosition, setPrintable, setQualifier, setSectionRows, setShowIfEmpty, setShowInCreateMode, setTabbed, setVisible, setXmlDataProvider, setXmlDataProvider, showIfEmpty, showInCreateMode
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.services.config.EditorSectionConfiguration
clone, getAllLabel, getLabel, getLabel, getPosition, getQualifier, getSectionRows, getXmlDataProvider, isInitiallyOpened, isPrintable, isTabbed, setAllLabel, setInitiallyOpened, setPosition, setPrintable, setQualifier, setSectionRows, setShowIfEmpty, setVisible, setXmlDataProvider, showIfEmpty, showInCreateMode
-
-
-
-
Method Detail
-
initialize
public void initialize(EditorConfiguration config, ObjectType type, TypedObject object)
- Specified by:
initializein interfaceCustomEditorSectionConfiguration
-
allInitialized
public void allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)
- Specified by:
allInitializedin interfaceCustomEditorSectionConfiguration
-
loadValues
public void loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
- Specified by:
loadValuesin interfaceCustomEditorSectionConfiguration
-
saveValues
public void saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
- Specified by:
saveValuesin interfaceCustomEditorSectionConfiguration
-
getAdditionalSections
public java.util.List<EditorSectionConfiguration> getAdditionalSections()
- Specified by:
getAdditionalSectionsin interfaceCustomEditorSectionConfiguration
-
getCustomRenderer
public SectionRenderer getCustomRenderer()
- Specified by:
getCustomRendererin interfaceCustomEditorSectionConfiguration
-
setSectionRenderer
public void setSectionRenderer(SectionRenderer sectionRenderer)
-
isVisible
public boolean isVisible()
- Specified by:
isVisiblein interfaceEditorSectionConfiguration- Overrides:
isVisiblein classDefaultEditorSectionConfiguration
-
setTypeService
public void setTypeService(TypeService typeService)
-
-