public class NumberFormat
extends com.google.gwt.i18n.client.NumberFormat
Modifier and Type | Method and Description |
---|---|
static NumberFormat |
getCurrencyFormat(Locale locale) |
static NumberFormat |
getDecimalFormat() |
static NumberFormat |
getDecimalFormat(Locale locale)
Provides the standard decimal format for the locale.
|
static NumberFormat |
getFormat(String pattern) |
static NumberFormat |
getPercentFormat() |
static NumberFormat |
getPercentFormat(Locale locale)
Provides the standard decimal format for the locale.
|
createLatinNumberConstants, forcedLatinDigits, format, format, format, format, getCurrencyFormat, getCurrencyFormat, getCurrencyFormat, getFormat, getFormat, getGlobalCurrencyFormat, getGlobalCurrencyFormat, getGlobalCurrencyFormat, getGroupingSize, getNegativePrefix, getNegativeSuffix, getNumberConstants, getPattern, getPositivePrefix, getPositiveSuffix, getScientificFormat, getSimpleCurrencyFormat, getSimpleCurrencyFormat, getSimpleCurrencyFormat, isDecimalSeparatorAlwaysShown, overrideFractionDigits, overrideFractionDigits, parse, parse, remapSeparator, setForcedLatinDigits
public static NumberFormat getDecimalFormat()
public static NumberFormat getDecimalFormat(Locale locale)
locale
- NumberFormat
capable of producing and consuming
decimal format for the localepublic static NumberFormat getPercentFormat()
public static NumberFormat getPercentFormat(Locale locale)
locale
- NumberFormat
capable of producing and consuming
decimal format for the localepublic static NumberFormat getCurrencyFormat(Locale locale)
public static NumberFormat getFormat(String pattern)
Copyright © 2018 Xalys. All rights reserved.