Skip navigation links
C D F G I L N O P R S T 

C

createLatinNumberConstants(NumberConstants) - Static method in class org.gwtproject.i18n.client.NumberFormat
Create a delocalized NumberConstants instance from a localized one.

D

defaultNumberConstants - Static variable in class org.gwtproject.i18n.client.NumberFormat
Current NumberConstants interface to use, see setForcedLatinDigits(boolean) for changing it.

F

forcedLatinDigits() - Static method in class org.gwtproject.i18n.client.NumberFormat
Returns true if all new NumberFormat instances will use latin digits and related characters rather than the localized ones.
format(double) - Method in class org.gwtproject.i18n.client.NumberFormat
This method formats a double to produce a string.
format(Number) - Method in class org.gwtproject.i18n.client.NumberFormat
This method formats a Number to produce a string.
format(boolean, StringBuilder, int) - Method in class org.gwtproject.i18n.client.NumberFormat
Format a number with its significant digits already represented in string form.
format(long, int) - Method in class org.gwtproject.i18n.client.NumberFormat
Format a possibly scaled long value.

G

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.

I

isDecimalSeparatorAlwaysShown() - Method in class org.gwtproject.i18n.client.NumberFormat
Returns true if the decimal separator should always be shown.

L

localizedNumberConstants - Static variable in class org.gwtproject.i18n.client.NumberFormat
 

N

NumberFormat - Class in org.gwtproject.i18n.client
Formats and parses numbers using locale-sensitive patterns.
NumberFormat(NumberConstants, String, CurrencyData, boolean) - Constructor for class org.gwtproject.i18n.client.NumberFormat
Constructs a format object based on the specified settings.
NumberFormat(String, CurrencyData, boolean) - Constructor for class org.gwtproject.i18n.client.NumberFormat
Constructs a format object for the default locale based on the specified settings.

O

org.gwtproject.i18n.client - package org.gwtproject.i18n.client
 
overrideFractionDigits(int) - Method in class org.gwtproject.i18n.client.NumberFormat
Change the number of fractional digits used for formatting with this instance.
overrideFractionDigits(int, int) - Method in class org.gwtproject.i18n.client.NumberFormat
Change the number of fractional digits used for formatting with this instance.

P

parse(String) - Method in class org.gwtproject.i18n.client.NumberFormat
Parses text to produce a numeric value.
parse(String, int[]) - Method in class org.gwtproject.i18n.client.NumberFormat
Parses text to produce a numeric value.

R

remapSeparator(String) - Static method in class org.gwtproject.i18n.client.NumberFormat
Remap a localized separator to an equivalent latin one.

S

setForcedLatinDigits(boolean) - Static method in class org.gwtproject.i18n.client.NumberFormat
Specify whether all new NumberFormat instances will use latin digits and related characters rather than the localized ones.

T

toScaledString(StringBuilder, double) - Static method in class org.gwtproject.i18n.client.NumberFormat
Appends a scaled string representation to a buffer, returning the scale (which is the number of places to the right of the end of the string the decimal point should be moved -- i.e., 3.5 would be added to the buffer as "35" and a returned scale of -1).
C D F G I L N O P R S T 
Skip navigation links

Copyright © 2018–2020. All rights reserved.