Class AbstractTab
- 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
-
- Direct Known Subclasses:
Tab
public abstract class AbstractTab extends AbstractPositioned
Java class for abstractTab complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractTab"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/component/editorArea}abstractPositioned"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="displayEssentialSectionIfPresent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleandisplayEssentialSectionIfPresentprotected Essentialsessentialsprotected java.lang.StringmergeModeprotected java.lang.Stringnameprotected java.lang.StringtooltipText-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description AbstractTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EssentialsgetEssentials()java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetTooltipText()Gets the value of the tooltipText property.booleanisDisplayEssentialSectionIfPresent()Gets the value of the displayEssentialSectionIfPresent property.voidsetDisplayEssentialSectionIfPresent(java.lang.Boolean value)Sets the value of the displayEssentialSectionIfPresent property.voidsetEssentials(Essentials essentials)voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetTooltipText(java.lang.String value)Sets the value of the tooltipText property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Field Detail
-
name
protected java.lang.String name
-
mergeMode
protected java.lang.String mergeMode
-
displayEssentialSectionIfPresent
protected java.lang.Boolean displayEssentialSectionIfPresent
-
tooltipText
protected java.lang.String tooltipText
-
essentials
protected Essentials essentials
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMergeMode
public java.lang.String getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
String
-
setMergeMode
public void setMergeMode(java.lang.String value)
Sets the value of the mergeMode property.- Parameters:
value- allowed object isString
-
isDisplayEssentialSectionIfPresent
public boolean isDisplayEssentialSectionIfPresent()
Gets the value of the displayEssentialSectionIfPresent property.- Returns:
- possible object is
Boolean
-
setDisplayEssentialSectionIfPresent
public void setDisplayEssentialSectionIfPresent(java.lang.Boolean value)
Sets the value of the displayEssentialSectionIfPresent property.- Parameters:
value- allowed object isBoolean
-
getTooltipText
public java.lang.String getTooltipText()
Gets the value of the tooltipText property.- Returns:
- possible object is
String
-
setTooltipText
public void setTooltipText(java.lang.String value)
Sets the value of the tooltipText property.- Parameters:
value- allowed object isString
-
getEssentials
public Essentials getEssentials()
-
setEssentials
public void setEssentials(Essentials essentials)
-
-