- getCurrencyFormat() - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the standard currency format for the current locale.
- getCurrencyFormat(CurrencyData) - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the standard currency format for the current locale using a specified currency.
- getCurrencyFormat(String) - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the standard currency format for the current locale using a specified currency.
- getDecimalFormat() - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the standard decimal format for the default locale.
- getFormat(String) - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Gets a NumberFormat instance for the default locale using the specified pattern
and the default currencyCode.
- getFormat(String, CurrencyData) - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Gets a custom NumberFormat instance for the default locale using the specified
pattern and currency code.
- getFormat(String, String) - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Gets a custom NumberFormat instance for the default locale using the specified
pattern and currency code.
- getGlobalCurrencyFormat() - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the global currency format for the current locale, using its default currency.
- getGlobalCurrencyFormat(CurrencyData) - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the global currency format for the current locale, using a specified currency.
- getGlobalCurrencyFormat(String) - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the global currency format for the current locale, using a specified currency.
- getGroupingSize() - Method in class org.gwtproject.i18n.client.NumberFormat
-
Returns the number of digits between grouping separators in the integer portion of a number.
- getNegativePrefix() - Method in class org.gwtproject.i18n.client.NumberFormat
-
Returns the prefix to use for negative values.
- getNegativeSuffix() - Method in class org.gwtproject.i18n.client.NumberFormat
-
Returns the suffix to use for negative values.
- getNumberConstants() - Method in class org.gwtproject.i18n.client.NumberFormat
-
Returns the NumberConstants instance for this formatter.
- getPattern() - Method in class org.gwtproject.i18n.client.NumberFormat
-
Returns the pattern used by this number format.
- getPercentFormat() - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the standard percent format for the default locale.
- getPositivePrefix() - Method in class org.gwtproject.i18n.client.NumberFormat
-
Returns the prefix to use for positive values.
- getPositiveSuffix() - Method in class org.gwtproject.i18n.client.NumberFormat
-
Returns the suffix to use for positive values.
- getScientificFormat() - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the standard scientific format for the default locale.
- getSimpleCurrencyFormat() - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the simple currency format for the current locale using its default currency.
- getSimpleCurrencyFormat(CurrencyData) - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the simple currency format for the current locale using a specified currency.
- getSimpleCurrencyFormat(String) - Static method in class org.gwtproject.i18n.client.NumberFormat
-
Provides the simple currency format for the current locale using a specified currency.