Class WorkflowColumnConfiguration
- 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.WorkflowColumnConfiguration
-
- All Implemented Interfaces:
ColumnConfiguration
,MutableColumnConfiguration
public class WorkflowColumnConfiguration extends DefaultCustomColumnConfiguration
Configuration of column in workflow list view
-
-
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 WorkflowColumnConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<LanguageModel,java.lang.String>
getAllLabels()
UIEditor
getCellEditor()
CellRenderer
getCellRenderer()
DefaultColumnDescriptor
getColumnDescriptor()
java.lang.String
getLabel()
java.lang.String
getLabel(java.lang.String iso)
java.lang.String
getName()
ValueHandler
getValueHandler()
void
setAllLabels(java.util.Map<LanguageModel,java.lang.String> createLabels)
void
setCellEditor(UIEditor editor)
void
setLanguages(java.util.List<LanguageModel> languages)
-
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
-
setAllLabels
public void setAllLabels(java.util.Map<LanguageModel,java.lang.String> createLabels)
- Overrides:
setAllLabels
in classDefaultCustomColumnConfiguration
-
getAllLabels
public java.util.Map<LanguageModel,java.lang.String> getAllLabels()
- Overrides:
getAllLabels
in classDefaultCustomColumnConfiguration
-
getColumnDescriptor
public DefaultColumnDescriptor getColumnDescriptor()
- Specified by:
getColumnDescriptor
in interfaceColumnConfiguration
- Overrides:
getColumnDescriptor
in classDefaultCustomColumnConfiguration
-
getValueHandler
public ValueHandler getValueHandler()
- Specified by:
getValueHandler
in interfaceColumnConfiguration
- Overrides:
getValueHandler
in classDefaultCustomColumnConfiguration
-
getCellRenderer
public CellRenderer getCellRenderer()
- Specified by:
getCellRenderer
in interfaceColumnConfiguration
- Overrides:
getCellRenderer
in classAbstractColumnConfiguration
-
getLabel
public java.lang.String getLabel()
- Overrides:
getLabel
in classDefaultCustomColumnConfiguration
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceColumnConfiguration
- Overrides:
getName
in classDefaultCustomColumnConfiguration
-
getLabel
public java.lang.String getLabel(java.lang.String iso)
- Overrides:
getLabel
in classDefaultCustomColumnConfiguration
-
getCellEditor
public UIEditor getCellEditor()
- Specified by:
getCellEditor
in interfaceColumnConfiguration
- Overrides:
getCellEditor
in classDefaultCustomColumnConfiguration
-
setCellEditor
public void setCellEditor(UIEditor editor)
- Specified by:
setCellEditor
in interfaceColumnConfiguration
- Overrides:
setCellEditor
in classDefaultCustomColumnConfiguration
-
setLanguages
public void setLanguages(java.util.List<LanguageModel> languages)
- Specified by:
setLanguages
in interfaceColumnConfiguration
- Overrides:
setLanguages
in classDefaultCustomColumnConfiguration
-
-