Class TaskColumnConfiguration
- 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.TaskColumnConfiguration
-
- All Implemented Interfaces:
ColumnConfiguration,MutableColumnConfiguration
public class TaskColumnConfiguration 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 TaskColumnConfiguration()TaskColumnConfiguration(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIEditorgetCellEditor()CellRenderergetCellRenderer()DefaultColumnDescriptorgetColumnDescriptor()protected TypeServicegetTypeService()ValueHandlergetValueHandler()-
Methods inherited from class de.hybris.platform.cockpit.services.config.impl.DefaultCustomColumnConfiguration
getAllLabels, 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
-
getCellEditor
public UIEditor getCellEditor()
- Specified by:
getCellEditorin interfaceColumnConfiguration- Overrides:
getCellEditorin classDefaultCustomColumnConfiguration
-
getCellRenderer
public CellRenderer getCellRenderer()
- Specified by:
getCellRendererin interfaceColumnConfiguration- Overrides:
getCellRendererin classAbstractColumnConfiguration
-
getColumnDescriptor
public DefaultColumnDescriptor getColumnDescriptor()
- Specified by:
getColumnDescriptorin interfaceColumnConfiguration- Overrides:
getColumnDescriptorin classDefaultCustomColumnConfiguration
-
getValueHandler
public ValueHandler getValueHandler()
- Specified by:
getValueHandlerin interfaceColumnConfiguration- Overrides:
getValueHandlerin classDefaultCustomColumnConfiguration
-
getTypeService
protected TypeService getTypeService()
-
-