Class EssentialCustomSection
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractPositioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractSection
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Section
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.CustomSection
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EssentialCustomSection
-
public class EssentialCustomSection extends CustomSection
Java class for essentialCustomSection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="essentialCustomSection"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/component/editorArea}customSection"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.CustomSection
clazz, renderParameter, springBean
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Section
attributeOrCustom, columns, customPanelOrPanel
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractSection
description, initiallyOpened, mergeMode, name
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description EssentialCustomSection()
-
Method Summary
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.CustomSection
getClazz, getRenderParameter, getSpringBean, setClazz, setSpringBean
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Section
getAttributeOrCustom, getColumns, getCustomPanelOrPanel, setColumns
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractSection
getDescription, getMergeMode, getName, isInitiallyOpened, setDescription, setInitiallyOpened, setMergeMode, setName
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-