Class CellRenderer
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.listview.ColumnConfiguration
de.hybris.platform.cockpit.services.config.jaxb.listview.CellRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.Gets the value of the springBean property.voidSets the value of the clazz 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
-
clazz
-
springBean
-
-
Constructor Details
-
CellRenderer
public CellRenderer()
-
-
Method Details
-
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
-