Class 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 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
    • Constructor Detail

      • AbstractTab

        public AbstractTab()
    • 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 is String
      • 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 is String
      • 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 is Boolean
      • 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 is String
      • getEssentials

        public Essentials getEssentials()
      • setEssentials

        public void setEssentials​(Essentials essentials)