public class OrderDetailsAddressWidgetRenderer extends AbstractCsWidgetRenderer<Widget<OrderItemWidgetModel,OrderController>>
AbstractCsWidgetRenderer.ConfirmBeforeCompletingRequestEventListener| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CSS_LIST_VALUE |
protected static java.lang.String |
CSS_ORDER_DETAILS_ADDRESS |
protected static java.lang.String |
CSS_WIDGET_ADDRESS_LINE |
CSS_WIDGET_CAPTION, CSS_WIDGET_CONTENT| Constructor and Description |
|---|
OrderDetailsAddressWidgetRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildRow(TypedObject item,
java.util.List<ColumnConfiguration> columns,
HtmlBasedComponent parentContainer) |
protected void |
buildRows(TypedObject item,
ColumnGroupConfiguration col,
HtmlBasedComponent parentContainer) |
protected HtmlBasedComponent |
createContentInternal(Widget<OrderItemWidgetModel,OrderController> widget,
HtmlBasedComponent rootContainer)
Responsible for creating the actual content.
|
protected java.lang.String |
getConfigurationCode() |
protected boolean |
isBilling() |
void |
setBilling(boolean billing) |
void |
setConfigurationCode(java.lang.String configurationCode) |
createCaption, createConfirmBeforeCompletingRequestEventListener, createContent, getCockpitTypeService, getLabelService, getPropertyEditorHelper, getPropertyRendererHelper, getSystemService, handleConfirmBeforeCompletingRequestEvent, setCockpitTypeService, setLabelService, setPropertyEditorHelper, setPropertyRendererHelper, setSystemServiceprotected static final java.lang.String CSS_ORDER_DETAILS_ADDRESS
protected static final java.lang.String CSS_WIDGET_ADDRESS_LINE
protected static final java.lang.String CSS_LIST_VALUE
protected boolean isBilling()
public void setBilling(boolean billing)
protected java.lang.String getConfigurationCode()
public void setConfigurationCode(java.lang.String configurationCode)
protected HtmlBasedComponent createContentInternal(Widget<OrderItemWidgetModel,OrderController> widget, HtmlBasedComponent rootContainer)
AbstractCsWidgetRendererAbstractCsWidgetRenderer.createContent(Widget)).createContentInternal in class AbstractCsWidgetRenderer<Widget<OrderItemWidgetModel,OrderController>>widget - the widgetrootContainer - the root html component that will be set as the content of the widgetprotected void buildRows(TypedObject item, ColumnGroupConfiguration col, HtmlBasedComponent parentContainer)
protected void buildRow(TypedObject item, java.util.List<ColumnConfiguration> columns, HtmlBasedComponent parentContainer)
Copyright © 2018 SAP SE. All Rights Reserved.