Class WorkflowImgColumnConfiguration
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.AbstractColumnConfiguration
-
- de.hybris.platform.cockpit.services.config.impl.DefaultCustomColumnConfiguration
-
- de.hybris.platform.cockpit.services.config.impl.WorkflowImgColumnConfiguration
-
- All Implemented Interfaces:
ColumnConfiguration,MutableColumnConfiguration
public class WorkflowImgColumnConfiguration extends DefaultCustomColumnConfiguration
-
-
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 WorkflowImgColumnConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellRenderergetCellRenderer()DefaultColumnDescriptorgetColumnDescriptor()ValueHandlergetValueHandler()-
Methods inherited from class de.hybris.platform.cockpit.services.config.impl.DefaultCustomColumnConfiguration
getAllLabels, getCellEditor, getLabel, getLabel, getName, 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
-
getColumnDescriptor
public DefaultColumnDescriptor getColumnDescriptor()
- Specified by:
getColumnDescriptorin interfaceColumnConfiguration- Overrides:
getColumnDescriptorin classDefaultCustomColumnConfiguration
-
getValueHandler
public ValueHandler getValueHandler()
- Specified by:
getValueHandlerin interfaceColumnConfiguration- Overrides:
getValueHandlerin classDefaultCustomColumnConfiguration
-
getCellRenderer
public CellRenderer getCellRenderer()
- Specified by:
getCellRendererin interfaceColumnConfiguration- Overrides:
getCellRendererin classAbstractColumnConfiguration
-
-