Class EditorArea

  • Direct Known Subclasses:
    EditorAreaConfigWithOverviewTab

    public class EditorArea
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="essentials" type="{http://www.hybris.com/cockpitng/component/editorArea}essentials" minOccurs="0"/>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element name="customTab" type="{http://www.hybris.com/cockpitng/component/editorArea}customTab"/>
               <element name="tab" type="{http://www.hybris.com/cockpitng/component/editorArea}tab"/>
             </choice>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="viewMode" use="optional" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="hideTabNameIfOnlyOneVisible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="logic-handler" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • customTabOrTab

        protected java.util.List<AbstractTab> customTabOrTab
      • name

        protected java.lang.String name
      • viewMode

        protected java.lang.String viewMode
      • hideTabNameIfOnlyOneVisible

        protected java.lang.Boolean hideTabNameIfOnlyOneVisible
      • logicHandler

        protected java.lang.String logicHandler
    • Constructor Detail

      • EditorArea

        public EditorArea()
    • Method Detail

      • getEssentials

        public Essentials getEssentials()
        Gets the value of the essentials property.
        Returns:
        possible object is Essentials
      • setEssentials

        public void setEssentials​(Essentials value)
        Sets the value of the essentials property.
        Parameters:
        value - allowed object is Essentials
      • getCustomTabOrTab

        public java.util.List<AbstractTab> getCustomTabOrTab()
        Gets 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 set method 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 CustomTab Tab

      • 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
      • getViewMode

        public java.lang.String getViewMode()
        Gets the value of the name viewMode.
        Returns:
        possible object is String
      • setViewMode

        public void setViewMode​(java.lang.String viewMode)
        Sets the value of the viewMode property.
        Parameters:
        viewMode - allowed object is String
      • isHideTabNameIfOnlyOneVisible

        public boolean isHideTabNameIfOnlyOneVisible()
        Gets the value of the hideTabNameIfOnlyOneVisible property.
        Returns:
        possible object is Boolean
      • setHideTabNameIfOnlyOneVisible

        public void setHideTabNameIfOnlyOneVisible​(java.lang.Boolean value)
        Sets the value of the hideTabNameIfOnlyOneVisible property.
        Parameters:
        value - allowed object is Boolean
      • getLogicHandler

        public java.lang.String getLogicHandler()
        Gets the value of the handler property.
        Returns:
        possible object is String
      • setLogicHandler

        public void setLogicHandler​(java.lang.String logicHandler)
        Sets the value of the handler property.
        Parameters:
        logicHandler - allowed object is String