Class CmsComponentStatusActionCellRenderer
java.lang.Object
de.hybris.platform.cockpit.components.listview.impl.DefaultActionCellRenderer
de.hybris.platform.cmscockpit.components.listview.impl.CmsComponentStatusActionCellRenderer
- All Implemented Interfaces:
ActionCellRenderer,CellRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(TableModel model, int colIndex, int rowIndex, org.zkoss.zk.ui.Component parent) Renders the cell content of the cell at position (colIndex,rowIndex).Methods inherited from class de.hybris.platform.cockpit.components.listview.impl.DefaultActionCellRenderer
getActions, registerEventListener, setActions
-
Constructor Details
-
CmsComponentStatusActionCellRenderer
public CmsComponentStatusActionCellRenderer()
-
-
Method Details
-
render
Description copied from interface:CellRendererRenders the cell content of the cell at position (colIndex,rowIndex).- Specified by:
renderin interfaceCellRenderer- Overrides:
renderin classDefaultActionCellRenderer- Parameters:
model- the underlying table model containing information about the cell that is to be renderedcolIndex- zero based column index of the cell to be renderedrowIndex- zero based row index of the cell to be renderedparent- the parent component that will contain the view components created by the renderer
-