| Modifier and Type | Method and Description |
|---|---|
static NumberFormat |
NumberFormat.getCurrencyFormat()
Provides the standard currency format for the current locale.
|
static NumberFormat |
NumberFormat.getCurrencyFormat(org.gwtproject.i18n.shared.cldr.CurrencyData currencyData)
Provides the standard currency format for the current locale using a specified currency.
|
static NumberFormat |
NumberFormat.getCurrencyFormat(String currencyCode)
Provides the standard currency format for the current locale using a specified currency.
|
static NumberFormat |
NumberFormat.getDecimalFormat()
Provides the standard decimal format for the default locale.
|
static NumberFormat |
NumberFormat.getFormat(String pattern)
Gets a
NumberFormat instance for the default locale using the specified pattern
and the default currencyCode. |
static NumberFormat |
NumberFormat.getFormat(String pattern,
org.gwtproject.i18n.shared.cldr.CurrencyData currencyData)
Gets a custom
NumberFormat instance for the default locale using the specified
pattern and currency code. |
static NumberFormat |
NumberFormat.getFormat(String pattern,
String currencyCode)
Gets a custom
NumberFormat instance for the default locale using the specified
pattern and currency code. |
static NumberFormat |
NumberFormat.getGlobalCurrencyFormat()
Provides the global currency format for the current locale, using its default currency.
|
static NumberFormat |
NumberFormat.getGlobalCurrencyFormat(org.gwtproject.i18n.shared.cldr.CurrencyData currencyData)
Provides the global currency format for the current locale, using a specified currency.
|
static NumberFormat |
NumberFormat.getGlobalCurrencyFormat(String currencyCode)
Provides the global currency format for the current locale, using a specified currency.
|
static NumberFormat |
NumberFormat.getPercentFormat()
Provides the standard percent format for the default locale.
|
static NumberFormat |
NumberFormat.getScientificFormat()
Provides the standard scientific format for the default locale.
|
static NumberFormat |
NumberFormat.getSimpleCurrencyFormat()
Provides the simple currency format for the current locale using its default currency.
|
static NumberFormat |
NumberFormat.getSimpleCurrencyFormat(org.gwtproject.i18n.shared.cldr.CurrencyData currencyData)
Provides the simple currency format for the current locale using a specified currency.
|
static NumberFormat |
NumberFormat.getSimpleCurrencyFormat(String currencyCode)
Provides the simple currency format for the current locale using a specified currency.
|
NumberFormat |
NumberFormat.overrideFractionDigits(int digits)
Change the number of fractional digits used for formatting with this instance.
|
NumberFormat |
NumberFormat.overrideFractionDigits(int minDigits,
int maxDigits)
Change the number of fractional digits used for formatting with this instance.
|
Copyright © 2018–2020. All rights reserved.