Class DynamicTab


  • public class DynamicTab
    extends AbstractDynamicElement

    Java class for dynamicTab complex type.

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

     <complexType name="dynamicTab">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/component/dynamicForms}abstractDynamicElement">
           <attribute name="gotoTabId" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="gotoTabIf" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • gotoTabId

        protected java.lang.String gotoTabId
      • gotoTabIf

        protected java.lang.String gotoTabIf
      • fallbackGotoTabId

        protected java.lang.String fallbackGotoTabId
    • Constructor Detail

      • DynamicTab

        public DynamicTab()
    • Method Detail

      • getGotoTabId

        public java.lang.String getGotoTabId()
        Gets the value of the gotoTabId property.
        Returns:
        possible object is String
      • setGotoTabId

        public void setGotoTabId​(java.lang.String gotoTabId)
        Sets the value of the gotoTabId property.
        Parameters:
        gotoTabId - allowed object is String
      • getGotoTabIf

        public java.lang.String getGotoTabIf()
        Gets the value of the gotoTabIf property.
        Returns:
        possible object is String
      • setGotoTabIf

        public void setGotoTabIf​(java.lang.String gotoTabIf)
        Sets the value of the gotoTabIf property.
        Parameters:
        gotoTabIf - allowed object is String
      • getFallbackGotoTabId

        public java.lang.String getFallbackGotoTabId()
        Gets the value of the fallbackGotoTabId property.
        Returns:
        possible object is String
      • setFallbackGotoTabId

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