public class SubscriptionOrderEntriesWidgetDetailRenderer extends AbstractConfigurableListboxWidgetDetailRenderer<Widget>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CSS_ORDER_DETAILS_CONSIGNMENTS |
protected static String |
CSS_ORDER_DETAILS_LABEL |
CSS_HEADER_SUFFIXCSS_PROPERTY_PREFIX| Constructor and Description |
|---|
SubscriptionOrderEntriesWidgetDetailRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected Listcell |
buildPriceCell(BigDecimal basePrice,
BigDecimal totalPrice,
NumberFormat currencyInstance) |
HtmlBasedComponent |
createContent(Object context,
TypedObject item,
Widget widget)
Create the content for the detail renderer.
|
protected void |
createContentList(HtmlBasedComponent parent,
Object context,
Collection<? extends ItemModel> entries,
String listboxStyle)
create list contents using the columns specified in the type object in the spring config file
|
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,
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 String CSS_ORDER_DETAILS_LABEL
protected static final String CSS_ORDER_DETAILS_CONSIGNMENTS
public SubscriptionOrderEntriesWidgetDetailRenderer()
public HtmlBasedComponent createContent(Object context, TypedObject item, Widget widget)
WidgetDetailRenderercontext - the context objectitem - the item to renderwidget - the widgetprotected void createContentList(HtmlBasedComponent parent,
Object context,
Collection<? extends ItemModel> entries,
String listboxStyle)
AbstractConfigurableAutoTypeListboxWidgetDetailRenderercreateContentList in class AbstractConfigurableAutoTypeListboxWidgetDetailRenderer<Widget>protected void renderListEntry(ItemModel entry, Listbox listBox)
protected void populateDataRow(Listitem row,
ItemModel entry)
protected Listcell buildPriceCell(BigDecimal basePrice, BigDecimal totalPrice, NumberFormat currencyInstance)
protected void populateHeaderRow(Listhead row,
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 © 2017 SAP SE. All Rights Reserved.