Package | Description |
---|---|
com.google.gwt.aria.client | |
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.
|
com.google.gwt.validation.client.constraints | |
java.lang | |
java.math |
Modifier and Type | Field and Description |
---|---|
static Attribute<Number> |
Property.VALUEMAX |
static Attribute<Number> |
Property.VALUEMIN |
static Attribute<Number> |
Property.VALUENOW |
Modifier and Type | Method and Description |
---|---|
void |
RangeRole.setAriaValuemaxProperty(Element element,
Number value)
|
void |
RangeRole.setAriaValueminProperty(Element element,
Number value)
|
void |
RangeRole.setAriaValuenowProperty(Element element,
Number value)
|
Modifier and Type | Method and Description |
---|---|
void |
NumberCell.render(Cell.Context context,
Number value,
SafeHtmlBuilder sb) |
Modifier and Type | Method and Description |
---|---|
String |
NumberFormat.format(Number number)
This method formats a Number to produce a string.
|
Modifier and Type | Method and Description |
---|---|
String |
NumberFormatRenderer.render(Number object) |
Modifier and Type | Class and Description |
---|---|
class |
NumberLabel<T extends Number>
Extends
ValueLabel for convenience when dealing with numbers and
NumberFormat , especially in
UiBinder templates. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractMaxValidator.isValid(Number value) |
protected boolean |
AbstractMinValidator.isValid(Number value) |
boolean |
DecimalMaxValidatorForNumber.isValid(Number value,
javax.validation.ConstraintValidatorContext context) |
boolean |
DigitsValidatorForNumber.isValid(Number value,
javax.validation.ConstraintValidatorContext context) |
boolean |
MinValidatorForNumber.isValid(Number value,
javax.validation.ConstraintValidatorContext context) |
boolean |
DecimalMinValidatorForNumber.isValid(Number value,
javax.validation.ConstraintValidatorContext context) |
boolean |
MaxValidatorForNumber.isValid(Number value,
javax.validation.ConstraintValidatorContext context) |
Modifier and Type | Class and Description |
---|---|
class |
Byte
Wraps native
byte as an object. |
class |
Double
Wraps a primitive
double as an object. |
class |
Float
Wraps a primitive
float as an object. |
class |
Integer
Wraps a primitive
int as an object. |
class |
Long
Wraps a primitive
long as an object. |
class |
Short
Wraps a primitive
short as an object. |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimal
This class represents immutable arbitrary precision decimal numbers.
|
class |
BigInteger
This class represents immutable integer numbers of arbitrary length.
|
Copyright © 2018. All rights reserved.