@CompileStatic class CurrencyInputRenderer extends Object implements MapToSelectInputRenderer<Currency>
The default renderer for rendering Currency properties
| Constructor and description |
|---|
CurrencyInputRenderer() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected List<String> |
getDefaultCurrencyCodes() |
|
Currency |
getDefaultOption() |
|
String |
getOptionKey(Currency currency) |
|
String |
getOptionValue(Currency currency) |
|
Map<String, String> |
getOptions() |
|
boolean |
supports(DomainProperty property) |