Class ListColumn


  • public class ListColumn
    extends Positioned

    Java class for list-column complex type.

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

     <complexType name="list-column">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/common}positioned">
           <attribute name="qualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="auto-extract" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="sortable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="hflex" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="spring-bean" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="maxChar" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="link" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="link-value" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean autoExtract  
      protected java.lang.String clazz  
      protected java.lang.String hflex  
      protected java.lang.String label  
      protected java.lang.Boolean link  
      protected java.lang.String linkValue  
      protected java.lang.Integer maxChar  
      protected java.lang.String mergeMode  
      protected java.lang.String qualifier  
      protected java.lang.Boolean sortable  
      protected java.lang.String springBean  
      protected java.lang.String type  
      protected java.lang.String width  
      • Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned

        position
    • Constructor Summary

      Constructors 
      Constructor Description
      ListColumn()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClazz()
      Gets the value of the clazz property.
      java.lang.String getHflex()
      Gets the value of the hflex property.
      java.lang.String getLabel()
      Gets the value of the label property.
      java.lang.String getLinkValue()
      Gets the value of the linkValue property.
      java.lang.Integer getMaxChar()
      Gets the value of the maxChar property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getQualifier()
      Gets the value of the qualifier property.
      java.lang.String getSpringBean()
      Gets the value of the springBean property.
      java.lang.String getType()
      Gets the value of the type property.
      java.lang.String getWidth()
      Gets the value of the width property.
      boolean isAutoExtract()
      Gets the value of the autoExtract property.
      java.lang.Boolean isLink()
      Gets the value of the link property.
      boolean isSortable()
      Gets the value of the sortable property.
      void setAutoExtract​(java.lang.Boolean value)
      Sets the value of the autoExtract property.
      void setClazz​(java.lang.String value)
      Sets the value of the clazz property.
      void setHflex​(java.lang.String value)
      Sets the value of the hflex property.
      void setLabel​(java.lang.String value)
      Sets the value of the label property.
      void setLink​(java.lang.Boolean value)
      Sets the value of the link property.
      void setLinkValue​(java.lang.String value)
      Sets the value of the linkValue property.
      void setMaxChar​(java.lang.Integer value)
      Sets the value of the maxChar property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setQualifier​(java.lang.String value)
      Sets the value of the qualifier property.
      void setSortable​(java.lang.Boolean value)
      Sets the value of the sortable property.
      void setSpringBean​(java.lang.String value)
      Sets the value of the springBean property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      void setWidth​(java.lang.String value)
      Sets the value of the width property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • qualifier

        protected java.lang.String qualifier
      • autoExtract

        protected java.lang.Boolean autoExtract
      • label

        protected java.lang.String label
      • type

        protected java.lang.String type
      • sortable

        protected java.lang.Boolean sortable
      • clazz

        protected java.lang.String clazz
      • width

        protected java.lang.String width
      • hflex

        protected java.lang.String hflex
      • springBean

        protected java.lang.String springBean
      • mergeMode

        protected java.lang.String mergeMode
      • maxChar

        protected java.lang.Integer maxChar
      • link

        protected java.lang.Boolean link
      • linkValue

        protected java.lang.String linkValue
    • Constructor Detail

      • ListColumn

        public ListColumn()
    • Method Detail

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

        public boolean isAutoExtract()
        Gets the value of the autoExtract property.
        Returns:
        possible object is Boolean
      • setAutoExtract

        public void setAutoExtract​(java.lang.Boolean value)
        Sets the value of the autoExtract property.
        Parameters:
        value - allowed object is Boolean
      • getLabel

        public java.lang.String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(java.lang.String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • isSortable

        public boolean isSortable()
        Gets the value of the sortable property.
        Returns:
        possible object is Boolean
      • setSortable

        public void setSortable​(java.lang.Boolean value)
        Sets the value of the sortable property.
        Parameters:
        value - allowed object is Boolean
      • getClazz

        public java.lang.String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(java.lang.String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String
      • getWidth

        public java.lang.String getWidth()
        Gets the value of the width property.
        Returns:
        possible object is String
      • setWidth

        public void setWidth​(java.lang.String value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is String
      • getHflex

        public java.lang.String getHflex()
        Gets the value of the hflex property.
        Returns:
        possible object is String
      • setHflex

        public void setHflex​(java.lang.String value)
        Sets the value of the hflex property.
        Parameters:
        value - allowed object is String
      • getSpringBean

        public java.lang.String getSpringBean()
        Gets the value of the springBean property.
        Returns:
        possible object is String
      • setSpringBean

        public void setSpringBean​(java.lang.String value)
        Sets the value of the springBean 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
      • getMaxChar

        public java.lang.Integer getMaxChar()
        Gets the value of the maxChar property.
        Returns:
        possible object is Integer
      • setMaxChar

        public void setMaxChar​(java.lang.Integer value)
        Sets the value of the maxChar property.
        Parameters:
        value - allowed object is Integer
      • isLink

        public java.lang.Boolean isLink()
        Gets the value of the link property.
        Returns:
        possible object is Boolean
      • setLink

        public void setLink​(java.lang.Boolean value)
        Sets the value of the link property.
        Parameters:
        value - allowed object is Boolean
      • getLinkValue

        public java.lang.String getLinkValue()
        Gets the value of the linkValue property.
        Returns:
        possible object is String
      • setLinkValue

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