public class Time extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
Time()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
String |
getText()
A string representing the time's value.
|
String |
getTime_Zone()
The time zone in which this stop lies.
|
Date |
getValue()
The time of this departure or arrival, specified as a Java Date object.
|
JsDate |
getValueAsJsDate()
The time of this departure or arrival, specified as a JavaScript Date object.
|
static Time |
newInstance() |
void |
setText(String text)
A string representing the time's value.
|
void |
setTime_Zone(String timezone)
The time zone in which this stop lies.
|
void |
setValue(Date date)
The time of this departure or arrival, specified as a Java Date object.
|
void |
setValue(JsDate date)
The time of this departure or arrival, specified as a JavaScript Date object.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final Time newInstance()
public final void setText(String text)
public final String getText()
public final void setTime_Zone(String timezone)
public final String getTime_Zone()
public final void setValue(Date date)
public final void setValue(JsDate date)
public final Date getValue()
public final JsDate getValueAsJsDate()
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.