public class CustomSection extends Section
Java class for customSection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customSection">
<complexContent>
<extension base="{http://www.hybris.com/cockpitng/component/summaryview}section">
<sequence>
<element name="render-parameter" type="{http://www.hybris.com/cockpitng/component/summaryview}parameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="spring-bean" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected List<Parameter> |
renderParameter |
protected String |
springBean |
customAttributeOrAttributeOrActionsmergeMode, nameposition| Constructor and Description |
|---|
CustomSection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
List<Parameter> |
getRenderParameter()
Gets the value of the renderParameter property.
|
String |
getSpringBean()
Gets the value of the springBean property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setSpringBean(String value)
Sets the value of the springBean property.
|
getCustomAttributeOrAttributeOrActionsgetMergeMode, getName, setMergeMode, setNamegetPosition, setPositionpublic List<Parameter> getRenderParameter()
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 renderParameter property.
For example, to add a new item, do as follows:
getRenderParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getSpringBean()
StringCopyright © 2018. All rights reserved.