|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberFormat | |
---|---|
com.google.gwt.cell.client | Standard Cell subclasses used by the
cellview widgets. |
com.google.gwt.i18n.client | Internationalization support for GWT applications. |
com.google.gwt.text.client | Classes for parsing and rendering numbers, dates, and times. |
com.google.gwt.user.client.ui | 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 NumberFormat | |
---|---|
NumberCell(NumberFormat format)
Construct a new NumberCell using the given NumberFormat and
a SimpleSafeHtmlRenderer . |
|
NumberCell(NumberFormat format,
SafeHtmlRenderer<java.lang.String> renderer)
Construct a new NumberCell using the given NumberFormat and
a SafeHtmlRenderer . |
Uses of NumberFormat in com.google.gwt.i18n.client |
---|
Methods in com.google.gwt.i18n.client that return NumberFormat | |
---|---|
static NumberFormat |
NumberFormat.getCurrencyFormat()
Provides the standard currency format for the default locale. |
static NumberFormat |
NumberFormat.getCurrencyFormat(CurrencyData currencyData)
Provides the standard currency format for the default locale using a specified currency. |
static NumberFormat |
NumberFormat.getCurrencyFormat(java.lang.String currencyCode)
Provides the standard currency format for the default locale using a specified currency. |
static NumberFormat |
NumberFormat.getDecimalFormat()
Provides the standard decimal format for the default locale. |
static NumberFormat |
NumberFormat.getFormat(java.lang.String pattern)
Gets a NumberFormat instance for the default locale using
the specified pattern and the default currencyCode. |
static NumberFormat |
NumberFormat.getFormat(java.lang.String pattern,
CurrencyData currencyData)
Gets a custom NumberFormat instance for the default locale
using the specified pattern and currency code. |
static NumberFormat |
NumberFormat.getFormat(java.lang.String pattern,
java.lang.String currencyCode)
Gets a custom NumberFormat instance for the default locale
using the specified pattern and currency code. |
static NumberFormat |
NumberFormat.getPercentFormat()
Provides the standard percent format for the default locale. |
static NumberFormat |
NumberFormat.getScientificFormat()
Provides the standard scientific format for the default locale. |
Uses of NumberFormat in com.google.gwt.text.client |
---|
Constructors in com.google.gwt.text.client with parameters of type NumberFormat | |
---|---|
NumberFormatRenderer(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 | |
---|---|
NumberLabel(NumberFormat format)
|
|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |