Class GridView
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.ImagePreview
-
- com.hybris.cockpitng.core.config.impl.jaxb.gridview.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 Summary
Fields Modifier and Type Field Description protected java.util.List<Renderer>additionalRenderer-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.ImagePreview
defaultImage, displayDefaultImage, displayPreview, displayThumbnail
-
-
Constructor Summary
Constructors Constructor Description GridView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Renderer>getAdditionalRenderer()Gets the value of the additionalRenderer property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.ImagePreview
getDefaultImage, isDisplayDefaultImage, isDisplayPreview, isDisplayThumbnail, setDefaultImage, setDisplayDefaultImage, setDisplayPreview, setDisplayThumbnail
-
-
-
-
Field Detail
-
additionalRenderer
protected java.util.List<Renderer> additionalRenderer
-
-
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
setmethod 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
-
-