Uses of Class
com.google.gwt.i18n.client.NumberFormat
Packages that use NumberFormat
Package
Description
Internationalization support for GWT applications.
Classes for parsing and rendering numbers, dates, and times.
Widgets, Panels, and other user-interface classes.
-
Uses of NumberFormat in com.google.gwt.cell.client
Constructors in com.google.gwt.cell.client with parameters of type NumberFormatModifierConstructorDescriptionNumberCell
(NumberFormat format) NumberCell
(NumberFormat format, SafeHtmlRenderer<String> renderer) -
Uses of NumberFormat in com.google.gwt.i18n.client
Methods in com.google.gwt.i18n.client that return NumberFormatModifier and TypeMethodDescriptionstatic NumberFormat
NumberFormat.getCurrencyFormat()
Provides the standard currency format for the current locale.static NumberFormat
NumberFormat.getCurrencyFormat
(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
Gets aNumberFormat
instance for the default locale using the specified pattern and the default currencyCode.static NumberFormat
NumberFormat.getFormat
(String pattern, CurrencyData currencyData) Gets a customNumberFormat
instance for the default locale using the specified pattern and currency code.static NumberFormat
Gets a customNumberFormat
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
(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
(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.overrideFractionDigits
(int digits) Change the number of fractional digits used for formatting with this instance.NumberFormat.overrideFractionDigits
(int minDigits, int maxDigits) Change the number of fractional digits used for formatting with this instance. -
Uses of NumberFormat in com.google.gwt.text.client
Constructors in com.google.gwt.text.client with parameters of type NumberFormatModifierConstructorDescriptionNumberFormatRenderer
(NumberFormat format) Create an instance with the given format. -
Uses of NumberFormat in com.google.gwt.user.client.ui
Constructors in com.google.gwt.user.client.ui with parameters of type NumberFormat