Class DefaultActionColumnConfiguration
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.AbstractColumnConfiguration
de.hybris.platform.cockpit.services.config.impl.DefaultCustomColumnConfiguration
de.hybris.platform.cockpit.components.listview.impl.DefaultActionColumnConfiguration
- All Implemented Interfaces:
ActionColumnConfiguration,ColumnConfiguration,MutableColumnConfiguration
- Direct Known Subclasses:
MultiTypeColumnGroupConfiguration.MultiTypeActionColumnConfiguration
public class DefaultActionColumnConfiguration
extends DefaultCustomColumnConfiguration
implements ActionColumnConfiguration
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.services.config.impl.AbstractColumnConfiguration
editable, editor, name, selectable, sortable, visible -
Constructor Summary
ConstructorsConstructorDescriptionDefaultActionColumnConfiguration(String name, List<? extends ListViewAction> listViewActions) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActions(List<? extends ListViewAction> listViewActions) Methods inherited from class de.hybris.platform.cockpit.services.config.impl.DefaultCustomColumnConfiguration
getAllLabels, getLabel, getLabel, getName, setAllLabels, setCellEditor, setLanguagesMethods 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, setWidthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.services.config.ColumnConfiguration
getEditor, getLanguages, getName, getParameter, getParameters, getPosition, getWidth, isLocalized, isSelectable, isSortable, isVisible, setCellEditor, setCellRenderer, setLanguages, setParameter, setParameters, setPosition
-
Constructor Details
-
DefaultActionColumnConfiguration
-
DefaultActionColumnConfiguration
public DefaultActionColumnConfiguration(String name, List<? extends ListViewAction> listViewActions)
-
-
Method Details
-
getActions
- Specified by:
getActionsin interfaceActionColumnConfiguration
-
setActions
-
getCellEditor
- Specified by:
getCellEditorin interfaceColumnConfiguration- Overrides:
getCellEditorin classDefaultCustomColumnConfiguration
-
getCellRenderer
- Specified by:
getCellRendererin interfaceColumnConfiguration- Overrides:
getCellRendererin classAbstractColumnConfiguration
-
getColumnDescriptor
- Specified by:
getColumnDescriptorin interfaceColumnConfiguration- Overrides:
getColumnDescriptorin classDefaultCustomColumnConfiguration
-
getValueHandler
- Specified by:
getValueHandlerin interfaceColumnConfiguration- Overrides:
getValueHandlerin classDefaultCustomColumnConfiguration
-