public class Custom extends ColumnConfiguration
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected List<Label> |
label |
protected Boolean |
selectable |
protected String |
springBean |
| Constructor and Description |
|---|
Custom() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
List<Label> |
getLabel()
Gets the value of the label property.
|
String |
getSpringBean()
Gets the value of the springBean property.
|
boolean |
isSelectable()
Gets the value of the selectable property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setSelectable(Boolean value)
Sets the value of the selectable property.
|
void |
setSpringBean(String value)
Sets the value of the springBean property.
|
getName, getPosition, getRenderer, getWidth, isEditable, isSortable, isVisible, setEditable, setName, setPosition, setRenderer, setSortable, setVisible, setWidthprotected String clazz
protected String springBean
protected Boolean selectable
public List<Label> getLabel()
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 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
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is Stringpublic String getSpringBean()
Stringpublic void setSpringBean(String value)
value - allowed object is Stringpublic boolean isSelectable()
BooleanCopyright © 2017 SAP SE. All Rights Reserved.