Class ConstraintGroupsCustomColumnConfiguration
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.AbstractColumnConfiguration
-
- de.hybris.platform.cockpit.services.config.impl.DefaultCustomColumnConfiguration
-
- de.hybris.platform.admincockpit.services.config.impl.ConstraintGroupsCustomColumnConfiguration
-
- All Implemented Interfaces:
ColumnConfiguration,MutableColumnConfiguration
public class ConstraintGroupsCustomColumnConfiguration extends DefaultCustomColumnConfiguration
Configuration with renderer for aConstraintGroupModelcell.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.services.config.impl.AbstractColumnConfiguration
editable, editor, name, selectable, sortable, visible
-
-
Constructor Summary
Constructors Constructor Description ConstraintGroupsCustomColumnConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellRenderergetCellRenderer()DefaultColumnDescriptorgetColumnDescriptor()-
Methods inherited from class de.hybris.platform.cockpit.services.config.impl.DefaultCustomColumnConfiguration
getAllLabels, getCellEditor, getLabel, getLabel, getName, getValueHandler, setAllLabels, setCellEditor, setLanguages
-
Methods inherited from class de.hybris.platform.cockpit.services.config.impl.AbstractColumnConfiguration
getEditor, getLanguages, getParameter, getParameters, getPosition, getWidth, isEditable, isLocalized, isSelectable, isSortable, isVisible, setCellRenderer, setEditable, setEditor, setName, setParameter, setParameters, setPosition, setSelectable, setSortable, setVisible, setWidth
-
-
-
-
Method Detail
-
getCellRenderer
public CellRenderer getCellRenderer()
- Specified by:
getCellRendererin interfaceColumnConfiguration- Overrides:
getCellRendererin classAbstractColumnConfiguration
-
getColumnDescriptor
public DefaultColumnDescriptor getColumnDescriptor()
- Specified by:
getColumnDescriptorin interfaceColumnConfiguration- Overrides:
getColumnDescriptorin classDefaultCustomColumnConfiguration
-
-