Uses of Interface
com.google.gwt.i18n.client.constants.NumberConstants
Packages that use NumberConstants
Package
Description
Internationalization support for GWT applications.
Predefined internationalized constants for currency, date, time, and numbers.
-
Uses of NumberConstants in com.google.gwt.i18n.client
Fields in com.google.gwt.i18n.client declared as NumberConstantsModifier and TypeFieldDescriptionprotected static NumberConstants
NumberFormat.defaultNumberConstants
Current NumberConstants interface to use, seeNumberFormat.setForcedLatinDigits(boolean)
for changing it.protected static final NumberConstants
NumberFormat.localizedNumberConstants
Methods in com.google.gwt.i18n.client that return NumberConstantsModifier and TypeMethodDescriptionprotected static NumberConstants
NumberFormat.createLatinNumberConstants
(NumberConstants orig) Create a delocalized NumberConstants instance from a localized one.final NumberConstants
LocaleInfo.getNumberConstants()
Returns a NumberConstants instance for this locale.protected NumberConstants
NumberFormat.getNumberConstants()
Returns the NumberConstants instance for this formatter.Methods in com.google.gwt.i18n.client with parameters of type NumberConstantsModifier and TypeMethodDescriptionprotected static NumberConstants
NumberFormat.createLatinNumberConstants
(NumberConstants orig) Create a delocalized NumberConstants instance from a localized one.Constructors in com.google.gwt.i18n.client with parameters of type NumberConstantsModifierConstructorDescriptionprotected
NumberFormat
(NumberConstants numberConstants, String pattern, CurrencyData cdata, boolean userSuppliedPattern) Constructs a format object based on the specified settings. -
Uses of NumberConstants in com.google.gwt.i18n.client.constants
Subinterfaces of NumberConstants in com.google.gwt.i18n.client.constantsModifier and TypeInterfaceDescriptioninterface
NumberConstantsImpl class encapsulate a collection of Number formatting symbols for use with Number format and parse services.Methods in com.google.gwt.i18n.client.constants that return NumberConstants