Class GridView


  • public class GridView
    extends ImagePreview

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/common}image-preview">
           <sequence>
             <element name="additionalRenderer" type="{http://www.hybris.com/cockpitng/component/gridView}Renderer" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • additionalRenderer

        protected java.util.List<Renderer> additionalRenderer
    • Constructor Detail

      • GridView

        public GridView()
    • Method Detail

      • getAdditionalRenderer

        public java.util.List<Renderer> getAdditionalRenderer()
        Gets the value of the additionalRenderer 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 additionalRenderer property.

        For example, to add a new item, do as follows:

            getAdditionalRenderer().add(newItem);
         

        Objects of the following type(s) are allowed in the list Renderer