public abstract class AbstractDashboardRowRenderer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected NotificationService |
notificationService |
protected StatusCountClient |
statusCountClient |
| Constructor and Description |
|---|
AbstractDashboardRowRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createDashboardColumn(Component parent,
java.lang.String columnLabel) |
protected Div |
createDashboardColumnForStatus(java.lang.String labelClass,
java.lang.String labelValue,
AbstractItemStatusCountData count) |
protected void |
createSpacer(Component parent) |
protected PoolData |
extractPoolDataFromModel(WidgetInstanceManager context) |
protected abstract int |
getNumberOfColumnsToShowInCounts()
Returns number of columns shown in the counts statistics area.
|
protected abstract void |
setCountForLabel(java.lang.String labelValue,
Label label,
AbstractItemStatusCountData count) |
protected void |
setDashboardColumn(Component parent,
AbstractItemStatusCountData count,
java.lang.String status) |
void |
setNotificationService(NotificationService notificationService) |
void |
setStatusCountClient(StatusCountClient statusCountClient) |
protected StatusCountClient statusCountClient
protected NotificationService notificationService
protected Div createDashboardColumnForStatus(java.lang.String labelClass,
java.lang.String labelValue,
AbstractItemStatusCountData count)
protected void createDashboardColumn(Component parent,
java.lang.String columnLabel)
protected abstract int getNumberOfColumnsToShowInCounts()
protected void setDashboardColumn(Component parent,
AbstractItemStatusCountData count,
java.lang.String status)
protected void createSpacer(Component parent)
protected PoolData extractPoolDataFromModel(WidgetInstanceManager context)
protected abstract void setCountForLabel(java.lang.String labelValue,
Label label,
AbstractItemStatusCountData count)
public void setStatusCountClient(StatusCountClient statusCountClient)
public void setNotificationService(NotificationService notificationService)
Copyright © 2018 SAP SE. All Rights Reserved.