Class AbstractDynamicElement

  • Direct Known Subclasses:
    DynamicAttribute, DynamicSection, DynamicTab

    public abstract class AbstractDynamicElement
    extends Positioned

    Java class for abstractDynamicElement complex type.

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

     <complexType name="abstractDynamicElement">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/common}positioned">
           <sequence>
             <element name="scriptingConfig" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingConfig" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="visibleIf" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="disabledIf" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="modelProperty" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="triggeredOn" type="{http://www.w3.org/2001/XMLSchema}string" default="*" />
           <attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getDisabledIf()
      Gets the value of the disabledIf property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getModelProperty()
      Gets the value of the modelProperty property.
      java.lang.String getQualifier()
      Gets the value of the qualifier property.
      ScriptingConfig getScriptingConfig()
      Gets the value of the scriptingConfig property.
      java.lang.String getTriggeredOn()
      Gets the value of the triggeredOn property.
      java.lang.String getVisibleIf()
      Gets the value of the visibleIf property.
      int hashCode()  
      void setDisabledIf​(java.lang.String value)
      Sets the value of the disabledIf property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setModelProperty​(java.lang.String value)
      Sets the value of the modelProperty property.
      void setQualifier​(java.lang.String value)
      Sets the value of the qualifier property.
      void setScriptingConfig​(ScriptingConfig value)
      Sets the value of the scriptingConfig property.
      void setTriggeredOn​(java.lang.String value)
      Sets the value of the triggeredOn property.
      void setVisibleIf​(java.lang.String value)
      Sets the value of the visibleIf property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.String id
      • mergeMode

        protected java.lang.String mergeMode
      • visibleIf

        protected java.lang.String visibleIf
      • disabledIf

        protected java.lang.String disabledIf
      • modelProperty

        protected java.lang.String modelProperty
      • triggeredOn

        protected java.lang.String triggeredOn
      • qualifier

        protected java.lang.String qualifier
    • Constructor Detail

      • AbstractDynamicElement

        public AbstractDynamicElement()
    • Method Detail

      • getScriptingConfig

        public ScriptingConfig getScriptingConfig()
        Gets the value of the scriptingConfig property.
        Returns:
        possible object is ScriptingConfig
      • setScriptingConfig

        public void setScriptingConfig​(ScriptingConfig value)
        Sets the value of the scriptingConfig property.
        Parameters:
        value - allowed object is ScriptingConfig
      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id 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
      • getVisibleIf

        public java.lang.String getVisibleIf()
        Gets the value of the visibleIf property.
        Returns:
        possible object is String
      • setVisibleIf

        public void setVisibleIf​(java.lang.String value)
        Sets the value of the visibleIf property.
        Parameters:
        value - allowed object is String
      • getDisabledIf

        public java.lang.String getDisabledIf()
        Gets the value of the disabledIf property.
        Returns:
        possible object is String
      • setDisabledIf

        public void setDisabledIf​(java.lang.String value)
        Sets the value of the disabledIf property.
        Parameters:
        value - allowed object is String
      • getModelProperty

        public java.lang.String getModelProperty()
        Gets the value of the modelProperty property.
        Returns:
        possible object is String
      • setModelProperty

        public void setModelProperty​(java.lang.String value)
        Sets the value of the modelProperty property.
        Parameters:
        value - allowed object is String
      • getTriggeredOn

        public java.lang.String getTriggeredOn()
        Gets the value of the triggeredOn property.
        Returns:
        possible object is String
      • setTriggeredOn

        public void setTriggeredOn​(java.lang.String value)
        Sets the value of the triggeredOn property.
        Parameters:
        value - allowed object is String
      • getQualifier

        public java.lang.String getQualifier()
        Gets the value of the qualifier property.
        Returns:
        possible object is String
      • setQualifier

        public void setQualifier​(java.lang.String value)
        Sets the value of the qualifier property.
        Parameters:
        value - allowed object is String
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object