Class Tab

  • Direct Known Subclasses:
    CustomTab, EditorAreaConfigWithOverviewTab.TabWithoutEssentials

    public class Tab
    extends AbstractTab

    Java class for tab complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tab">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/component/editorArea}abstractTab">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element name="customSection" type="{http://www.hybris.com/cockpitng/component/editorArea}customSection"/>
             <element name="section" type="{http://www.hybris.com/cockpitng/component/editorArea}section"/>
           </choice>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • customSectionOrSection

        protected java.util.List<AbstractSection> customSectionOrSection
    • Constructor Detail

      • Tab

        public Tab()
    • Method Detail

      • getCustomSectionOrSection

        public java.util.List<AbstractSection> getCustomSectionOrSection()
        Gets 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 set method 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 CustomSection Section