Class ColumnConfiguration
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.listview.ColumnConfiguration
- Direct Known Subclasses:
CellRenderer,Custom,Property
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the position property.getWidth()Gets the value of the width property.booleanGets the value of the editable property.booleanGets the value of the sortable property.booleanGets the value of the visible property.voidsetEditable(Boolean value) Sets the value of the editable property.voidSets the value of the name property.voidsetPosition(BigInteger value) Sets the value of the position property.voidsetRenderer(CellRenderer renderer) voidsetSortable(Boolean value) Sets the value of the sortable property.voidsetVisible(Boolean value) Sets the value of the visible property.voidSets the value of the width property.
-
Field Details
-
visible
-
sortable
-
editable
-
name
-
width
-
position
-
renderer
-
-
Constructor Details
-
ColumnConfiguration
public ColumnConfiguration()
-
-
Method Details
-
isVisible
public boolean isVisible()Gets the value of the visible property.- Returns:
- possible object is
Boolean
-
setVisible
Sets the value of the visible property.- Parameters:
value- allowed object isBoolean
-
isSortable
public boolean isSortable()Gets the value of the sortable property.- Returns:
- possible object is
Boolean
-
setSortable
Sets the value of the sortable property.- Parameters:
value- allowed object isBoolean
-
isEditable
public boolean isEditable()Gets the value of the editable property.- Returns:
- possible object is
Boolean
-
setEditable
Sets the value of the editable property.- Parameters:
value- allowed object isBoolean
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
String
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isString
-
setRenderer
-
getRenderer
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
BigInteger
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isBigInteger
-