Class EditorAreaConfigWithOverviewTab.TabWithoutEssentials
- 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.AbstractTab
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Tab
-
- com.hybris.cockpitng.widgets.baseeditorarea.EditorAreaConfigWithOverviewTab.TabWithoutEssentials
-
- Enclosing class:
- EditorAreaConfigWithOverviewTab
protected static class EditorAreaConfigWithOverviewTab.TabWithoutEssentials extends Tab
-
-
Field Summary
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Tab
customSectionOrSection
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractTab
displayEssentialSectionIfPresent, essentials, mergeMode, name, tooltipText
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AbstractSection>getCustomSectionOrSection()Gets the value of the customSectionOrSection property.EssentialsgetEssentials()java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetName()Gets the value of the name property.java.math.BigIntegergetPosition()Gets the value of the position property.java.lang.StringgetTooltipText()Gets the value of the tooltipText property.booleanisDisplayEssentialSectionIfPresent()Gets the value of the displayEssentialSectionIfPresent property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractTab
setDisplayEssentialSectionIfPresent, setEssentials, setMergeMode, setName, setTooltipText
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
setPosition
-
-
-
-
Method Detail
-
getPosition
public java.math.BigInteger getPosition()
Description copied from class:PositionedGets the value of the position property.- Overrides:
getPositionin classPositioned- Returns:
- possible object is
BigInteger
-
isDisplayEssentialSectionIfPresent
public boolean isDisplayEssentialSectionIfPresent()
Description copied from class:AbstractTabGets the value of the displayEssentialSectionIfPresent property.- Overrides:
isDisplayEssentialSectionIfPresentin classAbstractTab- Returns:
- possible object is
Boolean
-
getEssentials
public Essentials getEssentials()
- Overrides:
getEssentialsin classAbstractTab
-
getCustomSectionOrSection
public java.util.List<AbstractSection> getCustomSectionOrSection()
Description copied from class:TabGets the value of the customSectionOrSection property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the customSectionOrSection property.For example, to add a new item, do as follows:
getCustomSectionOrSection().add(newItem);Objects of the following type(s) are allowed in the list
CustomSectionSection- Overrides:
getCustomSectionOrSectionin classTab
-
getName
public java.lang.String getName()
Description copied from class:AbstractTabGets the value of the name property.- Overrides:
getNamein classAbstractTab- Returns:
- possible object is
String
-
getMergeMode
public java.lang.String getMergeMode()
Description copied from class:AbstractTabGets the value of the mergeMode property.- Overrides:
getMergeModein classAbstractTab- Returns:
- possible object is
String
-
getTooltipText
public java.lang.String getTooltipText()
Description copied from class:AbstractTabGets the value of the tooltipText property.- Overrides:
getTooltipTextin classAbstractTab- Returns:
- possible object is
String
-
-