Class EditorAreaConfigWithOverviewTab
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea
-
- com.hybris.cockpitng.widgets.baseeditorarea.EditorAreaConfigWithOverviewTab
-
public class EditorAreaConfigWithOverviewTab extends EditorArea
Editor area configuration wrapper which hides essentials section in tabs and puts it into overview tab.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classEditorAreaConfigWithOverviewTab.CustomTabWithoutEssentialsprotected static classEditorAreaConfigWithOverviewTab.TabWithoutEssentials
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLABEL_EDITORAREA_TAB_OVERVIEW_TITLEstatic java.lang.StringLABEL_EDITORAREA_TAB_OVERVIEW_TOOLTIP-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea
customTabOrTab, essentials, hideTabNameIfOnlyOneVisible, logicHandler, name, viewMode
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEditorAreaConfigWithOverviewTab(EditorArea target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TabcreateOverviewTab(Essentials essentials, java.math.BigInteger minPosition)protected java.util.List<AbstractTab>createTabsWithOverView(java.util.List<AbstractTab> customTabOrTab, Essentials essentials)java.util.List<AbstractTab>getCustomTabOrTab()Gets the value of the customTabOrTab property.EssentialsgetEssentials()Gets the value of the essentials property.java.lang.StringgetLogicHandler()Gets the value of the handler property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetViewMode()Gets the value of the name viewMode.booleanisHideTabNameIfOnlyOneVisible()Gets the value of the hideTabNameIfOnlyOneVisible property.protected AbstractTabwrapTabOrCustomTab(AbstractTab abstractTab)-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea
setEssentials, setHideTabNameIfOnlyOneVisible, setLogicHandler, setName, setViewMode
-
-
-
-
Field Detail
-
LABEL_EDITORAREA_TAB_OVERVIEW_TOOLTIP
public static final java.lang.String LABEL_EDITORAREA_TAB_OVERVIEW_TOOLTIP
- See Also:
- Constant Field Values
-
LABEL_EDITORAREA_TAB_OVERVIEW_TITLE
public static final java.lang.String LABEL_EDITORAREA_TAB_OVERVIEW_TITLE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EditorAreaConfigWithOverviewTab
protected EditorAreaConfigWithOverviewTab(EditorArea target)
-
-
Method Detail
-
createTabsWithOverView
protected java.util.List<AbstractTab> createTabsWithOverView(java.util.List<AbstractTab> customTabOrTab, Essentials essentials)
-
wrapTabOrCustomTab
protected AbstractTab wrapTabOrCustomTab(AbstractTab abstractTab)
-
getCustomTabOrTab
public java.util.List<AbstractTab> getCustomTabOrTab()
Description copied from class:EditorAreaGets the value of the customTabOrTab 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 customTabOrTab property.For example, to add a new item, do as follows:
getCustomTabOrTab().add(newItem);Objects of the following type(s) are allowed in the list
CustomTabTab- Overrides:
getCustomTabOrTabin classEditorArea
-
getEssentials
public Essentials getEssentials()
Description copied from class:EditorAreaGets the value of the essentials property.- Overrides:
getEssentialsin classEditorArea- Returns:
- possible object is
Essentials
-
getName
public java.lang.String getName()
Description copied from class:EditorAreaGets the value of the name property.- Overrides:
getNamein classEditorArea- Returns:
- possible object is
String
-
isHideTabNameIfOnlyOneVisible
public boolean isHideTabNameIfOnlyOneVisible()
Description copied from class:EditorAreaGets the value of the hideTabNameIfOnlyOneVisible property.- Overrides:
isHideTabNameIfOnlyOneVisiblein classEditorArea- Returns:
- possible object is
Boolean
-
getLogicHandler
public java.lang.String getLogicHandler()
Description copied from class:EditorAreaGets the value of the handler property.- Overrides:
getLogicHandlerin classEditorArea- Returns:
- possible object is
String
-
getViewMode
public java.lang.String getViewMode()
Description copied from class:EditorAreaGets the value of the name viewMode.- Overrides:
getViewModein classEditorArea- Returns:
- possible object is
String
-
createOverviewTab
protected Tab createOverviewTab(Essentials essentials, java.math.BigInteger minPosition)
-
-