public abstract class AbstractOrderTotalsWidgetRenderer<T extends Widget> extends AbstractCsWidgetRenderer<T>
AbstractCsWidgetRenderer.ConfirmBeforeCompletingRequestEventListener| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CSS_ORDER_TOTAL_ROW |
protected static java.lang.String |
CSS_ORDER_TOTAL_TITLE |
protected static java.lang.String |
CSS_ORDER_TOTAL_VALUE |
protected static java.lang.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(java.lang.Double value,
java.lang.String label,
java.text.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 java.lang.String CSS_ORDER_TOTALS
protected static final java.lang.String CSS_ORDER_TOTAL_ROW
protected static final java.lang.String CSS_ORDER_TOTAL_TITLE
protected static final java.lang.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(java.lang.Double value,
java.lang.String label,
java.text.NumberFormat currencyInstance,
HtmlBasedComponent container)
Copyright © 2018 SAP SE. All Rights Reserved.