public abstract class AbstractWidgetDetailRenderer<E,T extends Widget> extends Object implements WidgetDetailRenderer<E,T>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CSS_PROPERTY_PREFIX |
| Constructor and Description |
|---|
AbstractWidgetDetailRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected TypeService |
getCockpitTypeService() |
protected List<ColumnConfiguration> |
getColumnConfigurations(String confCode,
String confTypeCode) |
protected PropertyEditorHelper |
getPropertyEditorHelper() |
protected PropertyRendererHelper |
getPropertyRendererHelper() |
protected SystemService |
getSystemService() |
protected void |
populateDataRow(Listitem row,
List<ColumnConfiguration> columns,
TypedObject item) |
protected void |
populateHeaderRow(Listhead row,
List<ColumnConfiguration> columns) |
void |
setCockpitTypeService(TypeService typeService) |
void |
setPropertyEditorHelper(PropertyEditorHelper propertyEditorHelper) |
void |
setPropertyRendererHelper(PropertyRendererHelper propertyRendererHelper) |
void |
setSystemService(SystemService systemService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateContent, createContextprotected static final String CSS_PROPERTY_PREFIX
protected TypeService getCockpitTypeService()
public void setCockpitTypeService(TypeService typeService)
protected SystemService getSystemService()
public void setSystemService(SystemService systemService)
protected PropertyRendererHelper getPropertyRendererHelper()
public void setPropertyRendererHelper(PropertyRendererHelper propertyRendererHelper)
protected PropertyEditorHelper getPropertyEditorHelper()
public void setPropertyEditorHelper(PropertyEditorHelper propertyEditorHelper)
protected List<ColumnConfiguration> getColumnConfigurations(String confCode, String confTypeCode)
protected void populateHeaderRow(Listhead row,
List<ColumnConfiguration> columns)
protected void populateDataRow(Listitem row,
List<ColumnConfiguration> columns,
TypedObject item)
Copyright © 2017 SAP SE. All Rights Reserved.