Uses of Interface
com.google.gwt.i18n.client.constants.NumberConstants
-
Packages that use NumberConstants Package Description com.google.gwt.i18n.client Internationalization support for GWT applications.com.google.gwt.i18n.client.constants 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 NumberConstants Modifier and Type Field Description protected static NumberConstantsNumberFormat. defaultNumberConstantsCurrent NumberConstants interface to use, seeNumberFormat.setForcedLatinDigits(boolean)for changing it.protected static NumberConstantsNumberFormat. localizedNumberConstantsMethods in com.google.gwt.i18n.client that return NumberConstants Modifier and Type Method Description protected static NumberConstantsNumberFormat. createLatinNumberConstants(NumberConstants orig)Create a delocalized NumberConstants instance from a localized one.NumberConstantsLocaleInfo. getNumberConstants()Returns a NumberConstants instance for this locale.protected NumberConstantsNumberFormat. getNumberConstants()Returns the NumberConstants instance for this formatter.Methods in com.google.gwt.i18n.client with parameters of type NumberConstants Modifier and Type Method Description protected static NumberConstantsNumberFormat. createLatinNumberConstants(NumberConstants orig)Create a delocalized NumberConstants instance from a localized one.Constructors in com.google.gwt.i18n.client with parameters of type NumberConstants Constructor Description NumberFormat(NumberConstants numberConstants, java.lang.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.constants Modifier and Type Interface Description interfaceNumberConstantsImplNumberConstantsImpl 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 Modifier and Type Method Description NumberConstantsLocaleConstants. getNumberConstants()
-