public class SubscriptionOrderEntriesWidgetDetailRenderer extends AbstractConfigurableListboxWidgetDetailRenderer<Widget>
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CSS_ORDER_DETAILS_CONSIGNMENTS |
protected static java.lang.String |
CSS_ORDER_DETAILS_LABEL |
CSS_HEADER_SUFFIXCSS_PROPERTY_PREFIX| Constructor and Description |
|---|
SubscriptionOrderEntriesWidgetDetailRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected Listcell |
buildPriceCell(java.math.BigDecimal basePrice,
java.math.BigDecimal totalPrice,
java.text.NumberFormat currencyInstance) |
HtmlBasedComponent |
createContent(java.lang.Object context,
TypedObject item,
Widget widget)
Create the content for the detail renderer.
|
protected void |
createContentList(HtmlBasedComponent parent,
java.lang.Object context,
java.util.Collection<? extends ItemModel> entries,
java.lang.String listboxStyle)
create list contents using the columns specified in the type object in the spring config file
|
protected void |
createPriceLabel(java.text.NumberFormat currencyInstance,
double priceValue,
Listcell listCell,
java.lang.String csClass) |
protected CommonI18NService |
getCommonI18NService() |
protected FormatFactory |
getFormatFactory() |
protected SessionService |
getSessionService() |
protected SubscriptionOrderEntryPopulator |
getSubscriptionOrderEntryPopulator() |
protected SubscriptionOrderPopulator |
getSubscriptionOrderPopulator() |
protected void |
populateDataRow(Listitem row,
ItemModel entry) |
protected void |
populateHeaderRow(Listhead row,
java.util.Collection<? extends ItemModel> entries) |
protected void |
renderListEntry(ItemModel entry,
Listbox listBox) |
void |
setCommonI18NService(CommonI18NService commonI18NService) |
void |
setFormatFactory(FormatFactory formatFactory) |
void |
setSessionService(SessionService sessionService) |
void |
setSubscriptionOrderEntryPopulator(SubscriptionOrderEntryPopulator subscriptionOrderEntryPopulator) |
void |
setSubscriptionOrderPopulator(SubscriptionOrderPopulator subscriptionOrderPopulator) |
getColumnConfigurations, getListConfigurationType, setListConfigurationTypecreateContentList, createContentList, createContext, getListConfigurationCode, prependDataRow, prependHeader, renderListEntry, resolveConfigurationTypeForList, setListConfigurationCodegetCockpitTypeService, getColumnConfigurations, getPropertyEditorHelper, getPropertyRendererHelper, getSystemService, populateDataRow, populateHeaderRow, setCockpitTypeService, setPropertyEditorHelper, setPropertyRendererHelper, setSystemServiceprotected static final java.lang.String CSS_ORDER_DETAILS_LABEL
protected static final java.lang.String CSS_ORDER_DETAILS_CONSIGNMENTS
public SubscriptionOrderEntriesWidgetDetailRenderer()
public HtmlBasedComponent createContent(java.lang.Object context,
TypedObject item,
Widget widget)
WidgetDetailRenderercontext - the context objectitem - the item to renderwidget - the widgetprotected void createContentList(HtmlBasedComponent parent,
java.lang.Object context,
java.util.Collection<? extends ItemModel> entries,
java.lang.String listboxStyle)
AbstractConfigurableAutoTypeListboxWidgetDetailRenderercreateContentList in class AbstractConfigurableAutoTypeListboxWidgetDetailRenderer<Widget>protected void renderListEntry(ItemModel entry, Listbox listBox)
protected void populateDataRow(Listitem row,
ItemModel entry)
protected Listcell buildPriceCell(java.math.BigDecimal basePrice,
java.math.BigDecimal totalPrice,
java.text.NumberFormat currencyInstance)
protected void createPriceLabel(java.text.NumberFormat currencyInstance,
double priceValue,
Listcell listCell,
java.lang.String csClass)
protected void populateHeaderRow(Listhead row,
java.util.Collection<? extends ItemModel> entries)
protected SubscriptionOrderEntryPopulator getSubscriptionOrderEntryPopulator()
public void setSubscriptionOrderEntryPopulator(SubscriptionOrderEntryPopulator subscriptionOrderEntryPopulator)
protected SubscriptionOrderPopulator getSubscriptionOrderPopulator()
public void setSubscriptionOrderPopulator(SubscriptionOrderPopulator subscriptionOrderPopulator)
protected FormatFactory getFormatFactory()
public void setFormatFactory(FormatFactory formatFactory)
protected CommonI18NService getCommonI18NService()
public void setCommonI18NService(CommonI18NService commonI18NService)
protected SessionService getSessionService()
public void setSessionService(SessionService sessionService)
Copyright © 2018 SAP SE. All Rights Reserved.