|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.i18n.client.CurrencyList
public class CurrencyList
Generated class containing all the CurrencyImpl instances. This is just the fallback in case the I18N module is not included.
| Constructor Summary | |
|---|---|
CurrencyList()
|
|
| Method Summary | |
|---|---|
static CurrencyList |
get()
Return the singleton instance of CurrencyList. |
CurrencyData |
getDefault()
Return the default currency data for this locale. |
java.util.Iterator<CurrencyData> |
iterator()
Returns an iterator for the list of currencies. |
java.util.Iterator<CurrencyData> |
iterator(boolean includeDeprecated)
Returns an iterator for the list of currencies, optionally including deprecated ones. |
CurrencyData |
lookup(java.lang.String currencyCode)
Lookup a currency based on the ISO4217 currency code. |
java.lang.String |
lookupName(java.lang.String currencyCode)
Lookup a currency name based on the ISO4217 currency code. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurrencyList()
| Method Detail |
|---|
public static CurrencyList get()
public CurrencyData getDefault()
public final java.util.Iterator<CurrencyData> iterator()
iterator in interface java.lang.Iterable<CurrencyData>public final java.util.Iterator<CurrencyData> iterator(boolean includeDeprecated)
includeDeprecated - true if deprecated currencies should be includedpublic final CurrencyData lookup(java.lang.String currencyCode)
currencyCode - ISO4217 currency code
public final java.lang.String lookupName(java.lang.String currencyCode)
currencyCode - ISO4217 currency code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||