Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.gwt.i18n.client Classes and Interfaces - 58 results found.
NameDescriptionTypePackageFramework
AutoDirectionHandlerUtility class for handling auto-direction adjustment.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
AutoDirectionHandler .TargetThe interface an object must implement in order to add an AutoDirectionHandler to it.Interfacecom.google.gwt.i18n.client.AutoDirectionHandlerGoogle WebToolkit (GWT)
BidiPolicyProvides low-level functionality to determine whether to support bidi.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
BidiPolicy .BidiPolicyImplConstructor SummaryBidiPolicy.Classcom.google.gwt.i18n.client.BidiPolicyGoogle WebToolkit (GWT)
BidiPolicy .BidiPolicyImplOnConstructor SummaryBidiPolicy.Classcom.google.gwt.i18n.client.BidiPolicyGoogle WebToolkit (GWT)
BidiUtilsA set of bidi-related utility methods.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
ConstantsA tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.Interfacecom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
Constants .DefaultBooleanValueDefault boolean value to be used if no translation is found (and also used as the source for translation).Classcom.google.gwt.i18n.client.ConstantsGoogle WebToolkit (GWT)
Constants .DefaultDoubleValueDefault double value to be used if no translation is found (and also used as the source for translation).Classcom.google.gwt.i18n.client.ConstantsGoogle WebToolkit (GWT)
Constants .DefaultFloatValueDefault float value to be used if no translation is found (and also used as the source for translation).Classcom.google.gwt.i18n.client.ConstantsGoogle WebToolkit (GWT)
Constants .DefaultIntValueDefault integer value to be used if no translation is found (and also used as the source for translation).Classcom.google.gwt.i18n.client.ConstantsGoogle WebToolkit (GWT)
Constants .DefaultStringArrayValueDefault string array value to be used if no translation is found (and also used as the source for translation).Classcom.google.gwt.i18n.client.ConstantsGoogle WebToolkit (GWT)
Constants .DefaultStringMapValueDefault string map value to be used if no translation is found (and also used as the source for translation).Classcom.google.gwt.i18n.client.ConstantsGoogle WebToolkit (GWT)
Constants .DefaultStringValueDefault string value to be used if no translation is found (and also used as the source for translation).Classcom.google.gwt.i18n.client.ConstantsGoogle WebToolkit (GWT)
ConstantsWithLookupLike Constants, a tag interface that facilitates locale-sensitive, compile-time binding of constant valuesInterfacecom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
CurrencyCodeMapConstantsCurrencyCodeMapConstants provide a interface to access data constrained in CurrencyCodeMapConstants.Interfacecom.google.gwt.i18n.client.constantsGoogle WebToolkit (GWT)
CurrencyDataInformation about a currency.Interfacecom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
CurrencyListGenerated class containing all the CurrencyImpl instances.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
CustomDateTimeFormatCreate a custom localized date/time format at compile time.Interfacecom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
CustomDateTimeFormat .PatternAnnotation containing the pattern skeleton.Classcom.google.gwt.i18n.client.CustomDateTimeFormatGoogle WebToolkit (GWT)
DateTimeConstantsDateTimeConstants class encapsulate a collection of DateTime formatting symbols for use with DateTime format and parse services.Interfacecom.google.gwt.i18n.client.constantsGoogle WebToolkit (GWT)
DateTimeConstantsAdapterClasscom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
DateTimeConstantsImplDateTimeConstantsImpl class encapsulate a collection of DateTime formatting symbols for use with DateTime format and parse services.Interfacecom.google.gwt.i18n.client.constantsGoogle WebToolkit (GWT)
DateTimeFormatFormats and parses dates and times using locale-sensitive patterns.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
DateTimeFormat .PredefinedFormatPredefined date/time formats -- see CustomDateTimeFormat if you need some format that isn't supplied here.Classcom.google.gwt.i18n.client.DateTimeFormatGoogle WebToolkit (GWT)
DateTimeFormatInfoFor backwards compatibility only.Interfacecom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
DateTimeFormatInfoAdapterClasscom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
DefaultCurrencyDataA default CurrencyData implementation, so new methods can be added to the interface without breaking implementors if a reasonable default isClasscom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
DefaultDateTimeFormatInfoFor backwards compatibility only.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
DefaultLocalizedNamesDefault LocalizedNames implementation.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
DefaultLocalizedNamesBaseBase class of DefaultLocalizedNames, used just to isolate all hand-written code here from all generated code.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
DictionaryProvides dynamic string lookup of key/value string pairs defined in a module's host HTML page.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
HasDirectionA widget that implements this interface has the ability to override the document directionality for its root element.Interfacecom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
HasDirection .DirectionPossible return values for HasDirection.Classcom.google.gwt.i18n.client.HasDirectionGoogle WebToolkit (GWT)
LocaleConstantsInterface that combines locale-specific interfaces.Interfacecom.google.gwt.i18n.client.constantsGoogle WebToolkit (GWT)
LocaleInfoProvides access to the currently-active locale and the list of availableprotected LocaleInfo()Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
LocalizableResourceThis is the common superinterface to Messages and Constants.Interfacecom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
LocalizableResource .GenerateRequests that a translation source file be generated from the annotated interface.Classcom.google.gwt.i18n.client.LocalizableResourceGoogle WebToolkit (GWT)
LocalizableResource .GenerateKeysRequests that the keys for messages be generated automatically.Classcom.google.gwt.i18n.client.LocalizableResourceGoogle WebToolkit (GWT)
LocalizableResource .KeyThe key used for lookup of translated strings.Classcom.google.gwt.i18n.client.LocalizableResourceGoogle WebToolkit (GWT)
LocalizableResource .MeaningSpecifies the meaning of the translated string.Classcom.google.gwt.i18n.client.LocalizableResourceGoogle WebToolkit (GWT)
LocalizedNamesProvides an API for obtaining localized names for a locale.Interfacecom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
MessagesA tag interface that facilitates locale-sensitive, compile-time binding of messages supplied from various sources.Interfacecom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
Messages .AlternateMessageProvides alternate forms of a message, such as are needed when plural forms are used or a placeholder has known gender.Classcom.google.gwt.i18n.client.MessagesGoogle WebToolkit (GWT)
Messages .DefaultMessageDefault text to be used if no translation is found (and also used as the source for translation).Classcom.google.gwt.i18n.client.MessagesGoogle WebToolkit (GWT)
Messages .ExampleAn example of the annotated parameter to assist translators.Classcom.google.gwt.i18n.client.MessagesGoogle WebToolkit (GWT)
Messages .OffsetIgnored except on parameters also tagged with Messages.Classcom.google.gwt.i18n.client.MessagesGoogle WebToolkit (GWT)
Messages .PluralCountProvides multiple plural forms based on a count.Classcom.google.gwt.i18n.client.MessagesGoogle WebToolkit (GWT)
Messages .PluralTextProvides multiple plural forms based on a count.Classcom.google.gwt.i18n.client.MessagesGoogle WebToolkit (GWT)
Messages .SelectProvides multiple forms based on a dynamic parameter.Classcom.google.gwt.i18n.client.MessagesGoogle WebToolkit (GWT)
NumberConstantsNumberConstants class encapsulate a collection of Number formatting symbols for use with Number format and parse services.Interfacecom.google.gwt.i18n.client.constantsGoogle WebToolkit (GWT)
NumberConstantsImplNumberConstantsImpl class encapsulate a collection of Number formatting symbols for use with Number format and parse services.Interfacecom.google.gwt.i18n.client.constantsGoogle WebToolkit (GWT)
NumberFormatFormats and parses numbers using locale-sensitive patterns.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
PluralRuleThe interface that plural rules must implement.Interfacecom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
PluralRule .PluralFormInformation about the plural forms supported by this rule which will be used during code generation and by tools to provideClasscom.google.gwt.i18n.client.PluralRuleGoogle WebToolkit (GWT)
TimeZoneThe TimeZone class implements a time zone information source for client applications.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
TimeZoneConstantsTimeZoneConstants encapsulates a collection of time zone data for use with DateTimeFormat services.Interfacecom.google.gwt.i18n.client.constantsGoogle WebToolkit (GWT)
TimeZoneInfoA JavaScript Overlay type on top of the JSON data describing everything we need to know about a particular timezone.Classcom.google.gwt.i18n.clientGoogle WebToolkit (GWT)