public class Header extends ImagePreview
Java class for header complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="header">
<complexContent>
<extension base="{http://www.hybris.com/cockpitng/config/common}image-preview">
<sequence>
<element name="additional-renderer" type="{http://www.hybris.com/cockpitng/component/compareview}renderer" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Renderer> |
additionalRenderer |
defaultImage, displayDefaultImage, displayPreview, displayThumbnail| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
List<Renderer> |
getAdditionalRenderer()
Gets the value of the additionalRenderer property.
|
getDefaultImage, isDisplayDefaultImage, isDisplayPreview, isDisplayThumbnail, setDefaultImage, setDisplayDefaultImage, setDisplayPreview, setDisplayThumbnailpublic List<Renderer> getAdditionalRenderer()
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
Copyright © 2018. All rights reserved.