Class InlineItemRenderer
java.lang.Object
de.hybris.platform.cockpit.model.listview.impl.InlineItemRenderer
- All Implemented Interfaces:
CellRenderer
The Class InlineItemRenderer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zul.ButtonGets the create item button.voidrender(TableModel model, int colIndex, int rowIndex, org.zkoss.zk.ui.Component parent) Renders the cell content of the cell at position (colIndex,rowIndex).
-
Constructor Details
-
InlineItemRenderer
public InlineItemRenderer()
-
-
Method Details
-
getCreateItemButton
public org.zkoss.zul.Button getCreateItemButton()Gets the create item button.- Returns:
- button object
-
render
Description copied from interface:CellRendererRenders the cell content of the cell at position (colIndex,rowIndex).- Specified by:
renderin interfaceCellRenderer- 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
-