public class DefaultGridItemRenderer extends Object implements GridItemRenderer
| Constructor and Description |
|---|
DefaultGridItemRenderer() |
| Modifier and Type | Method and Description |
|---|---|
ActionColumnConfiguration |
getActionConfiguration(GridViewConfiguration config) |
protected String |
getFallbackImage() |
protected String |
getFallbackImage(TypedObject item) |
LabelService |
getLabelService() |
ActionColumnConfiguration |
getStatusConfiguration(GridViewConfiguration config) |
TypeService |
getTypeService() |
protected boolean |
isPopupImageEnabled() |
void |
render(TypedObject item,
Component parent,
GridViewConfiguration config,
ListComponentModel model,
DraggedItem draggedItem,
DragAndDropWrapper ddWrapper) |
protected void |
renderActions(Component parent,
TypedObject item,
GridViewConfiguration config,
ListComponentModel model) |
protected void |
renderStatus(Component parent,
TypedObject item,
GridViewConfiguration config,
ListComponentModel model) |
protected String getFallbackImage()
protected String getFallbackImage(TypedObject item)
protected boolean isPopupImageEnabled()
public void render(TypedObject item, Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper)
render in interface GridItemRendererprotected void renderActions(Component parent,
TypedObject item,
GridViewConfiguration config,
ListComponentModel model)
protected void renderStatus(Component parent,
TypedObject item,
GridViewConfiguration config,
ListComponentModel model)
public LabelService getLabelService()
public TypeService getTypeService()
public ActionColumnConfiguration getActionConfiguration(GridViewConfiguration config)
public ActionColumnConfiguration getStatusConfiguration(GridViewConfiguration config)
Copyright © 2017 SAP SE. All Rights Reserved.