public interface CurrencyData
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyCode()
Returns the ISO4217 code for this currency.
|
String |
getCurrencySymbol()
Returns the default symbol to use for this currency.
|
int |
getDefaultFractionDigits()
Returns the default number of decimal positions for this currency.
|
String |
getPortableCurrencySymbol()
Returns the default symbol to use for this currency, intended to be
recognizable in most locales.
|
String |
getSimpleCurrencySymbol()
Returns the simplest symbol to use for this currency, which is not guaranteed
to be unique -- for example, this might return "$" for both USD and CAD.
|
boolean |
isDeprecated()
Returns true if this currency is deprecated and should not be returned by
default in currency lists.
|
boolean |
isSpaceForced()
Deprecated.
|
boolean |
isSpacingFixed()
Deprecated.
|
boolean |
isSymbolPositionFixed()
Deprecated.
|
boolean |
isSymbolPrefix()
Deprecated.
|
String getCurrencyCode()
String getCurrencySymbol()
int getDefaultFractionDigits()
String getPortableCurrencySymbol()
getCurrencySymbol().String getSimpleCurrencySymbol()
getCurrencySymbol().boolean isDeprecated()
@Deprecated boolean isSpaceForced()
isSpacingFixed() returns true.@Deprecated boolean isSpacingFixed()
isSpaceForced().@Deprecated boolean isSymbolPositionFixed()
isSymbolPrefix().@Deprecated boolean isSymbolPrefix()
isSymbolPositionFixed() is true.Copyright © 2019–2020 The GWT Project Authors. All rights reserved.