Class CmsNewItemSection
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.DefaultSection
-
- de.hybris.platform.cockpit.session.impl.EditorSection
-
- de.hybris.platform.cockpit.session.impl.CustomEditorSection
-
- de.hybris.platform.cockpit.session.impl.NewItemSection
-
- de.hybris.platform.cmscockpit.session.impl.CmsNewItemSection
-
- All Implemented Interfaces:
EditableSection,Section
public class CmsNewItemSection extends NewItemSection
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.session.impl.NewItemSection
editorArea, editorAreaController
-
-
Constructor Summary
Constructors Constructor Description CmsNewItemSection(EditorAreaController editorAreaController, java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateAllRequiredItems(SectionPanel panel)SectionRenderergetCustomRenderer()-
Methods inherited from class de.hybris.platform.cockpit.session.impl.NewItemSection
addMessage, createNewItem, getEditorArea, getModelService, getNewItemService, getValueService, validateForm
-
Methods inherited from class de.hybris.platform.cockpit.session.impl.CustomEditorSection
getAttribute, setAttribute
-
Methods inherited from class de.hybris.platform.cockpit.session.impl.EditorSection
getSectionConfiguration, getValidationService
-
Methods inherited from class de.hybris.platform.cockpit.components.sectionpanel.DefaultSection
getLabel, getLocalizedLabel, isInEditMode, isInitialOpen, isModified, isOpen, isTabbed, isVisible, setInEditMode, setInitialOpen, setLabel, setLocalizedLabel, setModified, setOpen, setTabbed, setVisible
-
-
-
-
Constructor Detail
-
CmsNewItemSection
public CmsNewItemSection(EditorAreaController editorAreaController, java.lang.String label)
-
-
Method Detail
-
getCustomRenderer
public SectionRenderer getCustomRenderer()
- Overrides:
getCustomRendererin classNewItemSection
-
createAllRequiredItems
protected void createAllRequiredItems(SectionPanel panel)
-
-