Class DefaultImportCockpitMappingInfoColumn
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.AbstractColumnConfiguration
-
- de.hybris.platform.cockpit.services.config.impl.DefaultCustomColumnConfiguration
-
- de.hybris.platform.importcockpit.components.listview.impl.DefaultImportCockpitMappingInfoColumn
-
- All Implemented Interfaces:
ColumnConfiguration,MutableColumnConfiguration
public class DefaultImportCockpitMappingInfoColumn extends DefaultCustomColumnConfiguration
Displays list view column with information about mapping. The mapping is stored in xml (as Media object) and cannot be accessed directly from configuration.
-
-
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 DefaultImportCockpitMappingInfoColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellRenderergetCellRenderer()DefaultColumnDescriptorgetColumnDescriptor()voidsetMappingService(DefaultImportCockpitMappingService mappingService)-
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
-
getColumnDescriptor
public DefaultColumnDescriptor getColumnDescriptor()
- Specified by:
getColumnDescriptorin interfaceColumnConfiguration- Overrides:
getColumnDescriptorin classDefaultCustomColumnConfiguration
-
getCellRenderer
public CellRenderer getCellRenderer()
- Specified by:
getCellRendererin interfaceColumnConfiguration- Overrides:
getCellRendererin classAbstractColumnConfiguration
-
setMappingService
public void setMappingService(DefaultImportCockpitMappingService mappingService)
-
-