public class PaymentTransactionEntryCurrencyAmountColumn extends AbstractSimpleCustomColumnConfiguration<String,PaymentTransactionEntryModel>
AbstractSimpleCustomColumnConfiguration.SimpleCustomColumnValueHandlereditable, editor, name, selectable, sortable, visible| Constructor and Description |
|---|
PaymentTransactionEntryCurrencyAmountColumn() |
| Modifier and Type | Method and Description |
|---|---|
protected CommonI18NService |
getCommonI18NService() |
protected FormatFactory |
getFormatFactory() |
protected I18NService |
getI18NService() |
String |
getItemValue(PaymentTransactionEntryModel paymentEntry,
Locale locale)
Override this method to lookup the value for this column.
|
protected SessionService |
getSessionService() |
protected String |
renderAmount(Locale locale,
CurrencyModel currency,
BigDecimal amount) |
getCellEditor, getCellRenderer, getColumnDescriptor, getValueHandlergetAllLabels, getLabel, getLabel, getName, setAllLabels, setCellEditor, setLanguagesgetEditor, getLanguages, getParameter, getParameters, getPosition, getWidth, isEditable, isLocalized, isSelectable, isSortable, isVisible, setCellRenderer, setEditable, setEditor, setName, setParameter, setParameters, setPosition, setSelectable, setSortable, setVisible, setWidthpublic PaymentTransactionEntryCurrencyAmountColumn()
public String getItemValue(PaymentTransactionEntryModel paymentEntry, Locale locale) throws ValueHandlerException
AbstractSimpleCustomColumnConfigurationgetItemValue in class AbstractSimpleCustomColumnConfiguration<String,PaymentTransactionEntryModel>paymentEntry - The item that this column is looked up onlocale - the display localValueHandlerException - thrown or errorprotected String renderAmount(Locale locale, CurrencyModel currency, BigDecimal amount)
protected SessionService getSessionService()
protected CommonI18NService getCommonI18NService()
protected I18NService getI18NService()
protected FormatFactory getFormatFactory()
Copyright © 2017 SAP SE. All Rights Reserved.