Package | Description |
---|---|
com.google.gwt.geolocation.client |
Support for the HTML5 Geolocation API.
|
com.google.gwt.jsonp.client |
Classes for sending cross domain requests to an http server, potentially on a
different domain, via JSONP.
|
com.google.gwt.text.client |
Classes for parsing and rendering numbers, dates, and times.
|
com.google.gwt.user.client.rpc.core.java.lang | |
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
java.lang |
Modifier and Type | Method and Description |
---|---|
Double |
Position.Coordinates.getAltitude()
Returns the altitude reported by the browser, in meters, above the reference
ellipsoid, or
null if the browser did not report an
altitude. |
Double |
Position.Coordinates.getAltitudeAccuracy()
Returns the estimated accuracy of the altitude reported by the browser,
in meters, or
null if the browser did not report an
accuracy. |
Double |
Position.Coordinates.getHeading()
Returns the heading, in degrees from due north, reported by the browser,
based on previous calls to get the user's position, or
null
if the browser did not report a heading. |
Double |
Position.Coordinates.getSpeed()
Returns the speed, in meters/second, reported by the browser, based on
previous calls to get the user's position, or
null if the
browser did not report a speed. |
Modifier and Type | Method and Description |
---|---|
JsonpRequest<Double> |
JsonpRequestBuilder.requestDouble(String url,
AsyncCallback<Double> callback) |
Modifier and Type | Method and Description |
---|---|
JsonpRequest<Double> |
JsonpRequestBuilder.requestDouble(String url,
AsyncCallback<Double> callback) |
Modifier and Type | Method and Description |
---|---|
Double |
DoubleParser.parse(CharSequence object) |
Modifier and Type | Method and Description |
---|---|
static Renderer<Double> |
DoubleRenderer.instance()
Returns the instance.
|
static Parser<Double> |
DoubleParser.instance()
Returns the instance of the no-op renderer.
|
Modifier and Type | Method and Description |
---|---|
String |
DoubleRenderer.render(Double object) |
Modifier and Type | Method and Description |
---|---|
static Double |
Double_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
Double |
Double_CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
Modifier and Type | Method and Description |
---|---|
static void |
Double_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Double instance) |
void |
Double_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
Double instance) |
static void |
Double_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
Double instance) |
void |
Double_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
Double instance) |
Modifier and Type | Method and Description |
---|---|
Double |
DockLayoutPanel.getWidgetSize(Widget child)
Gets the layout size of the given child widget.
|
Modifier and Type | Field and Description |
---|---|
static Class<Double> |
Double.TYPE |
Modifier and Type | Method and Description |
---|---|
static Double |
Double.valueOf(double d) |
static Double |
Double.valueOf(String s) |
Modifier and Type | Method and Description |
---|---|
int |
Double.compareTo(Double b) |
Copyright © 2018. All rights reserved.