Skip navigation links
A B C D F G I O P R S T V 

A

AM - Static variable in class org.gwtproject.i18n.shared.impl.DateRecord
 

B

buildTimeZoneData(String) - Static method in class org.gwtproject.i18n.client.TimeZoneInfo
 

C

calcDate(Date, boolean) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
calcDate uses all the field available so far to fill a Date object.
createTimeZone(int) - Static method in class org.gwtproject.i18n.client.TimeZone
This factory method provides a decent fallback to create a time zone object just based on a given time zone offset.
createTimeZone(String) - Static method in class org.gwtproject.i18n.client.TimeZone
This factory method creates a time zone instance from a JSON string that contains the time zone information for desired time zone.
createTimeZone(TimeZoneInfo) - Static method in class org.gwtproject.i18n.client.TimeZone
 
createTimeZone(int) - Method in class org.gwtproject.i18n.shared.DateTimeFormat
 
CustomDateTimeFormat - Interface in org.gwtproject.i18n.shared
Create a custom localized date/time format at compile time.
CustomDateTimeFormat.Pattern - Annotation Type in org.gwtproject.i18n.shared
Annotation containing the pattern skeleton.

D

DateRecord - Class in org.gwtproject.i18n.shared.impl
Implementation detail of DateTimeFormat -- not a public API and subject to change.
DateRecord() - Constructor for class org.gwtproject.i18n.shared.impl.DateRecord
Initialize DateExt object with default value.
DateTimeFormat - Class in org.gwtproject.i18n.client
Formats and parses dates and times using locale-sensitive patterns.
DateTimeFormat(String) - Constructor for class org.gwtproject.i18n.client.DateTimeFormat
Constructs a format object using the specified pattern and the date time constants for the default locale.
DateTimeFormat(String, DateTimeFormatInfo) - Constructor for class org.gwtproject.i18n.client.DateTimeFormat
Constructs a format object using the specified pattern and user-supplied date time constants.
DateTimeFormat - Class in org.gwtproject.i18n.shared
Formats and parses dates and times using locale-sensitive patterns.
DateTimeFormat(String) - Constructor for class org.gwtproject.i18n.shared.DateTimeFormat
Constructs a format object using the specified pattern and the date time constants for the default locale.
DateTimeFormat(String, DateTimeFormatInfo) - Constructor for class org.gwtproject.i18n.shared.DateTimeFormat
Constructs a format object using the specified pattern and user-supplied date time constants.
DateTimeFormat.PredefinedFormat - Enum in org.gwtproject.i18n.client
Predefined date/time formats -- see CustomDateTimeFormat if you need some format that isn't supplied here.
DateTimeFormat.PredefinedFormat - Enum in org.gwtproject.i18n.shared
Predefined date/time formats -- see CustomDateTimeFormat if you need some format that isn't supplied here.

F

format(Date) - Method in class org.gwtproject.i18n.shared.DateTimeFormat
Format a date object.
format(Date, TimeZone) - Method in class org.gwtproject.i18n.shared.DateTimeFormat
Format a date object using specified time zone.

G

getDaylightAdjustment(Date) - Method in class org.gwtproject.i18n.client.TimeZone
 
getDaylightAdjustment(Date) - Method in interface org.gwtproject.i18n.shared.TimeZone
Returns the daylight savings time adjustment, in minutes, for the given date.
getFormat(DateTimeFormat.PredefinedFormat) - Static method in class org.gwtproject.i18n.client.DateTimeFormat
Get a DateTimeFormat instance for a predefined format.
getFormat(String) - Static method in class org.gwtproject.i18n.client.DateTimeFormat
Returns a DateTimeFormat object using the specified pattern.
getFormat(String, DateTimeFormatInfo) - Static method in class org.gwtproject.i18n.client.DateTimeFormat
Internal factory method that provides caching.
getFormat(DateTimeFormat.PredefinedFormat) - Static method in class org.gwtproject.i18n.shared.DateTimeFormat
Get a DateTimeFormat instance for a predefined format.
getFormat(String) - Static method in class org.gwtproject.i18n.shared.DateTimeFormat
Returns a DateTimeFormat object using the specified pattern.
getFormat(String, DateTimeFormatInfo) - Static method in class org.gwtproject.i18n.shared.DateTimeFormat
Internal factory method that provides caching.
getFullDateFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getFullDateTimeFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getFullTimeFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getGMTString(Date) - Method in class org.gwtproject.i18n.client.TimeZone
 
getGMTString(Date) - Method in interface org.gwtproject.i18n.shared.TimeZone
Returns the GMT representation of this time zone object.
getID() - Method in class org.gwtproject.i18n.client.TimeZone
 
getID() - Method in class org.gwtproject.i18n.client.TimeZoneInfo
 
getID() - Method in interface org.gwtproject.i18n.shared.TimeZone
Returns time zone id for this time zone.
getISOTimeZoneString(Date) - Method in class org.gwtproject.i18n.client.TimeZone
 
getISOTimeZoneString(Date) - Method in interface org.gwtproject.i18n.shared.TimeZone
To get ISO-style (+00:00) representation of the time zone for given date.
getLongDateFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getLongDateTimeFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getLongName(Date) - Method in class org.gwtproject.i18n.client.TimeZone
 
getLongName(Date) - Method in interface org.gwtproject.i18n.shared.TimeZone
Returns the long version of the time zone name for the given date; the result of this method will be different if daylight savings time is in effect.
getLongTimeFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getMediumDateFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getMediumDateTimeFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getMediumTimeFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getNames() - Method in class org.gwtproject.i18n.client.TimeZoneInfo
 
getOffset(Date) - Method in class org.gwtproject.i18n.client.TimeZone
 
getOffset(Date) - Method in interface org.gwtproject.i18n.shared.TimeZone
Returns the RFC representation of the time zone name for the given date.
getPattern() - Method in class org.gwtproject.i18n.shared.DateTimeFormat
Retrieve the pattern used in this DateTimeFormat object.
getRFCTimeZoneString(Date) - Method in class org.gwtproject.i18n.client.TimeZone
 
getRFCTimeZoneString(Date) - Method in interface org.gwtproject.i18n.shared.TimeZone
To get RFC representation of certain time zone name for given date.
getShortDateFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getShortDateTimeFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getShortName(Date) - Method in class org.gwtproject.i18n.client.TimeZone
 
getShortName(Date) - Method in interface org.gwtproject.i18n.shared.TimeZone
Returns the short time zone name for a given date.
getShortTimeFormat() - Static method in class org.gwtproject.i18n.client.DateTimeFormat
getStandardOffset() - Method in class org.gwtproject.i18n.client.TimeZone
 
getStandardOffset() - Method in class org.gwtproject.i18n.client.TimeZoneInfo
 
getStandardOffset() - Method in interface org.gwtproject.i18n.shared.TimeZone
Returns the standard time zone offset, in minutes.
getTransitions() - Method in class org.gwtproject.i18n.client.TimeZoneInfo
 

I

isDaylightTime(Date) - Method in class org.gwtproject.i18n.client.TimeZone
 
isDaylightTime(Date) - Method in interface org.gwtproject.i18n.shared.TimeZone
Check whether the given date and time falls within a daylight savings time period.
ISO8601_PATTERN - Static variable in class org.gwtproject.i18n.shared.DateTimeFormat
 

O

org.gwtproject.i18n.client - package org.gwtproject.i18n.client
 
org.gwtproject.i18n.shared - package org.gwtproject.i18n.shared
 
org.gwtproject.i18n.shared.impl - package org.gwtproject.i18n.shared.impl
 

P

parse(String) - Method in class org.gwtproject.i18n.shared.DateTimeFormat
Parses text to produce a Date value.
parse(String, int, Date) - Method in class org.gwtproject.i18n.shared.DateTimeFormat
This method modifies a Date object to reflect the date that is parsed from an input string.
parseStrict(String) - Method in class org.gwtproject.i18n.shared.DateTimeFormat
Parses text to produce a Date value.
parseStrict(String, int, Date) - Method in class org.gwtproject.i18n.shared.DateTimeFormat
This method modifies a Date object to reflect the date that is parsed from an input string.
PM - Static variable in class org.gwtproject.i18n.shared.impl.DateRecord
 

R

RFC2822_PATTERN - Static variable in class org.gwtproject.i18n.shared.DateTimeFormat
 

S

setAmbiguousYear(boolean) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set ambiguous year field.
setAmpm(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set morning/afternoon field.
setDayOfMonth(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set dayOfMonth field.
setDayOfWeek(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set dayOfWeek field.
setEra(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set Era field.
setHours(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set hour field.
setMidnightIs24(boolean) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set midnightIs24 field.
setMilliseconds(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set milliseconds field.
setMinutes(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set minute field.
setMonth(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set month field.
setSeconds(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set seconds field.
setTzOffset(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set timezone offset, in minutes.
setYear(int) - Method in class org.gwtproject.i18n.shared.impl.DateRecord
Set year field.

T

TimeZone - Class in org.gwtproject.i18n.client
The TimeZone class implements a time zone information source for client applications.
TimeZone - Interface in org.gwtproject.i18n.shared
Abstracts a GWT timezone.
TimeZoneInfo - Class in org.gwtproject.i18n.client
A JavaScript Overlay type on top of the JSON data describing everything we need to know about a particular timezone.
TimeZoneInfo() - Constructor for class org.gwtproject.i18n.client.TimeZoneInfo
 

V

valueOf(String) - Static method in enum org.gwtproject.i18n.client.DateTimeFormat.PredefinedFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gwtproject.i18n.shared.DateTimeFormat.PredefinedFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gwtproject.i18n.client.DateTimeFormat.PredefinedFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gwtproject.i18n.shared.DateTimeFormat.PredefinedFormat
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G I O P R S T V 
Skip navigation links

Copyright © 2018. All rights reserved.