public class DefaultGridItemRenderer extends java.lang.Object implements GridItemRenderer
| Constructor and Description |
|---|
DefaultGridItemRenderer() |
| Modifier and Type | Method and Description |
|---|---|
ActionColumnConfiguration |
getActionConfiguration(GridViewConfiguration config) |
protected java.lang.String |
getFallbackImage() |
protected java.lang.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 java.lang.String getFallbackImage()
protected java.lang.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 © 2018 SAP SE. All Rights Reserved.