public abstract class AbstractOrderTotalsWidgetRenderer<T extends Widget> extends AbstractCsWidgetRenderer<T>
AbstractCsWidgetRenderer.ConfirmBeforeCompletingRequestEventListener| Modifier and Type | Field and Description |
|---|---|
protected static String |
CSS_ORDER_TOTAL_ROW |
protected static String |
CSS_ORDER_TOTAL_TITLE |
protected static String |
CSS_ORDER_TOTAL_VALUE |
protected static String |
CSS_ORDER_TOTALS |
CSS_WIDGET_CAPTION, CSS_WIDGET_CONTENT| Constructor and Description |
|---|
AbstractOrderTotalsWidgetRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected CommonI18NService |
getCommonI18NService() |
protected FormatFactory |
getFormatFactory() |
protected SessionService |
getSessionService() |
protected void |
renderOrderDetail(T widget,
TypedObject order,
HtmlBasedComponent parent) |
protected void |
renderRow(Double value,
String label,
NumberFormat currencyInstance,
HtmlBasedComponent container) |
void |
setCommonI18NService(CommonI18NService commonI18NService) |
void |
setFormatFactory(FormatFactory formatFactory) |
void |
setSessionService(SessionService sessionService) |
createCaption, createConfirmBeforeCompletingRequestEventListener, createContent, createContentInternal, getCockpitTypeService, getLabelService, getPropertyEditorHelper, getPropertyRendererHelper, getSystemService, handleConfirmBeforeCompletingRequestEvent, setCockpitTypeService, setLabelService, setPropertyEditorHelper, setPropertyRendererHelper, setSystemServiceprotected static final String CSS_ORDER_TOTALS
protected static final String CSS_ORDER_TOTAL_ROW
protected static final String CSS_ORDER_TOTAL_TITLE
protected static final String CSS_ORDER_TOTAL_VALUE
protected CommonI18NService getCommonI18NService()
public void setCommonI18NService(CommonI18NService commonI18NService)
protected SessionService getSessionService()
public void setSessionService(SessionService sessionService)
protected FormatFactory getFormatFactory()
public void setFormatFactory(FormatFactory formatFactory)
protected void renderOrderDetail(T widget, TypedObject order, HtmlBasedComponent parent)
protected void renderRow(Double value, String label, NumberFormat currencyInstance, HtmlBasedComponent container)
Copyright © 2017 SAP SE. All Rights Reserved.