Class DefaultGridItemRenderer
java.lang.Object
de.hybris.platform.cockpit.model.gridview.impl.DefaultGridItemRenderer
- All Implemented Interfaces:
GridItemRenderer
- Direct Known Subclasses:
CmsGridItemRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected StringgetFallbackImage(TypedObject item) protected booleanvoidrender(TypedObject item, org.zkoss.zk.ui.Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper) protected voidrenderActions(org.zkoss.zk.ui.Component parent, TypedObject item, GridViewConfiguration config, ListComponentModel model) protected voidrenderStatus(org.zkoss.zk.ui.Component parent, TypedObject item, GridViewConfiguration config, ListComponentModel model)
-
Constructor Details
-
DefaultGridItemRenderer
public DefaultGridItemRenderer()
-
-
Method Details
-
getFallbackImage
-
getFallbackImage
-
isPopupImageEnabled
protected boolean isPopupImageEnabled() -
render
public void render(TypedObject item, org.zkoss.zk.ui.Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper) - Specified by:
renderin interfaceGridItemRenderer
-
renderActions
protected void renderActions(org.zkoss.zk.ui.Component parent, TypedObject item, GridViewConfiguration config, ListComponentModel model) -
renderStatus
protected void renderStatus(org.zkoss.zk.ui.Component parent, TypedObject item, GridViewConfiguration config, ListComponentModel model) -
getLabelService
-
getTypeService
-
getActionConfiguration
-
getStatusConfiguration
-