Class CustomSection
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractPositioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractSection
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Section
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.CustomSection
-
- Direct Known Subclasses:
EssentialCustomSection
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/editorArea}section"> <sequence> <element name="render-parameter" type="{http://www.hybris.com/cockpitng/component/editorArea}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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringclazzprotected java.util.List<Parameter>renderParameterprotected java.lang.StringspringBean-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Section
attributeOrCustom, columns, customPanelOrPanel
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractSection
description, initiallyOpened, mergeMode, name
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description CustomSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClazz()Gets the value of the clazz property.java.util.List<Parameter>getRenderParameter()Gets the value of the renderParameter property.java.lang.StringgetSpringBean()Gets the value of the springBean property.voidsetClazz(java.lang.String value)Sets the value of the clazz property.voidsetSpringBean(java.lang.String value)Sets the value of the springBean property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Section
getAttributeOrCustom, getColumns, getCustomPanelOrPanel, setColumns
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractSection
getDescription, getMergeMode, getName, isInitiallyOpened, setDescription, setInitiallyOpened, setMergeMode, setName
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Field Detail
-
renderParameter
protected java.util.List<Parameter> renderParameter
-
clazz
protected java.lang.String clazz
-
springBean
protected java.lang.String springBean
-
-
Method Detail
-
getRenderParameter
public java.util.List<Parameter> getRenderParameter()
Gets the value of the renderParameter 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 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
-
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 isString
-
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 isString
-
-