public interface Strings
extends com.google.gwt.i18n.client.Constants
Constants interface is used to localize user interface strings.com.google.gwt.i18n.client.Constants.DefaultBooleanValue, com.google.gwt.i18n.client.Constants.DefaultDoubleValue, com.google.gwt.i18n.client.Constants.DefaultFloatValue, com.google.gwt.i18n.client.Constants.DefaultIntValue, com.google.gwt.i18n.client.Constants.DefaultStringArrayValue, com.google.gwt.i18n.client.Constants.DefaultStringMapValue, com.google.gwt.i18n.client.Constants.DefaultStringValuecom.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning| Modifier and Type | Field and Description |
|---|---|
static Strings |
INSTANCE
An instance of this string bundle that can be used anywhere in the code to obtain i18n strings.
|
| Modifier and Type | Method and Description |
|---|---|
String |
close() |
String |
dialogFailedToLoad() |
String |
httpStatusTextRequestAborted()
NOTE: We added this message because the
statusText response property is not accessible when the status
code is 0 (unknown). |
String |
wizardFinish() |
String |
wizardNext() |
String |
wizardPrevious() |
static final Strings INSTANCE
String close()
String dialogFailedToLoad()
String wizardPrevious()
String wizardNext()
String wizardFinish()
String httpStatusTextRequestAborted()
statusText response property is not accessible when the status
code is 0 (unknown).Copyright © 2004–2015 XWiki. All rights reserved.