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 NumberFormatNumberFormat.getCurrencyFormat()Provides the standard currency format for the current locale.static NumberFormatNumberFormat.getCurrencyFormat(CurrencyData currencyData) Provides the standard currency format for the current locale using a specified currency.static NumberFormatNumberFormat.getCurrencyFormat(String currencyCode) Provides the standard currency format for the current locale using a specified currency.static NumberFormatNumberFormat.getDecimalFormat()Provides the standard decimal format for the default locale.static NumberFormatGets aNumberFormatinstance for the default locale using the specified pattern and the default currencyCode.static NumberFormatNumberFormat.getFormat(String pattern, CurrencyData currencyData) Gets a customNumberFormatinstance for the default locale using the specified pattern and currency code.static NumberFormatGets a customNumberFormatinstance for the default locale using the specified pattern and currency code.static NumberFormatNumberFormat.getGlobalCurrencyFormat()Provides the global currency format for the current locale, using its default currency.static NumberFormatNumberFormat.getGlobalCurrencyFormat(CurrencyData currencyData) Provides the global currency format for the current locale, using a specified currency.static NumberFormatNumberFormat.getGlobalCurrencyFormat(String currencyCode) Provides the global currency format for the current locale, using a specified currency.static NumberFormatNumberFormat.getPercentFormat()Provides the standard percent format for the default locale.static NumberFormatNumberFormat.getScientificFormat()Provides the standard scientific format for the default locale.static NumberFormatNumberFormat.getSimpleCurrencyFormat()Provides the simple currency format for the current locale using its default currency.static NumberFormatNumberFormat.getSimpleCurrencyFormat(CurrencyData currencyData) Provides the simple currency format for the current locale using a specified currency.static NumberFormatNumberFormat.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