Class Custom
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.listview.ColumnConfiguration
de.hybris.platform.cockpit.services.config.jaxb.listview.Custom
Java class for custom complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="custom">
<complexContent>
<extension base="{}columnConfiguration">
<sequence minOccurs="0">
<element name="label" type="{}label" 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" />
<attribute name="selectable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.getLabel()Gets the value of the label property.Gets the value of the springBean property.booleanGets the value of the selectable property.voidSets the value of the clazz property.voidsetSelectable(Boolean value) Sets the value of the selectable property.voidsetSpringBean(String value) Sets the value of the springBean property.Methods inherited from class de.hybris.platform.cockpit.services.config.jaxb.listview.ColumnConfiguration
getName, getPosition, getRenderer, getWidth, isEditable, isSortable, isVisible, setEditable, setName, setPosition, setRenderer, setSortable, setVisible, setWidth
-
Field Details
-
label
-
clazz
-
springBean
-
selectable
-
-
Constructor Details
-
Custom
public Custom()
-
-
Method Details
-
getLabel
Gets the value of the label 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 label property.For example, to add a new item, do as follows:
getLabel().add(newItem);
Objects of the following type(s) are allowed in the list
Label -
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getSpringBean
Gets the value of the springBean property.- Returns:
- possible object is
String
-
setSpringBean
Sets the value of the springBean property.- Parameters:
value- allowed object isString
-
isSelectable
public boolean isSelectable()Gets the value of the selectable property.- Returns:
- possible object is
Boolean
-
setSelectable
Sets the value of the selectable property.- Parameters:
value- allowed object isBoolean
-