Class DefaultCustomColumnConfiguration
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.AbstractColumnConfiguration
de.hybris.platform.cockpit.services.config.impl.DefaultCustomColumnConfiguration
- All Implemented Interfaces:
ColumnConfiguration,MutableColumnConfiguration
- Direct Known Subclasses:
CheckboxColumn,ConstraintGroupsCustomColumnConfiguration,DefaultActionColumnConfiguration,DefaultSingleColumnConfiguration,IconLabelColumnConfiguration,IconTypeConstraintCustomColumnConfiguration,InlineItemCreateButtonColumn,LineNumberColumn,TaskColumnConfiguration,WorkflowColumnConfiguration,WorkflowImgColumnConfiguration
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.services.config.impl.AbstractColumnConfiguration
editable, editor, name, selectable, sortable, visible -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()getName()voidsetAllLabels(Map<LanguageModel, String> createLabels) voidsetCellEditor(UIEditor editor) voidsetLanguages(List<LanguageModel> languages) Methods inherited from class de.hybris.platform.cockpit.services.config.impl.AbstractColumnConfiguration
getCellRenderer, getEditor, getLanguages, getParameter, getParameters, getPosition, getWidth, isEditable, isLocalized, isSelectable, isSortable, isVisible, setCellRenderer, setEditable, setEditor, setName, setParameter, setParameters, setPosition, setSelectable, setSortable, setVisible, setWidth
-
Constructor Details
-
DefaultCustomColumnConfiguration
public DefaultCustomColumnConfiguration()
-
-
Method Details
-
setAllLabels
-
getAllLabels
-
getLabel
-
getName
- Specified by:
getNamein interfaceColumnConfiguration- Overrides:
getNamein classAbstractColumnConfiguration
-
getLabel
-
getCellEditor
-
getColumnDescriptor
-
getValueHandler
-
setCellEditor
-
setLanguages
-