org.xwiki.gwt.user.client
Interface Strings

All Superinterfaces:
com.google.gwt.i18n.client.Constants, com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource

public interface Strings
extends com.google.gwt.i18n.client.Constants

This Constants interface is used to localize user interface strings.

Version:
$Id: 2b40059ce36851e0fa41d16a546444da02116dc5 $

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants
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.DefaultStringValue
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.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
 
Field Summary
static Strings INSTANCE
          An instance of this string bundle that can be used anywhere in the code to obtain i18n strings.
 
Method Summary
 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()
           
 

Field Detail

INSTANCE

static final Strings INSTANCE
An instance of this string bundle that can be used anywhere in the code to obtain i18n strings.

Method Detail

close

String close()
Returns:
the tool tip used by the dialog box close icon

dialogFailedToLoad

String dialogFailedToLoad()
Returns:
an error message saying that the dialog box failed to load

wizardPrevious

String wizardPrevious()
Returns:
the label used on the wizard step previous button

wizardNext

String wizardNext()
Returns:
the label used on the wizard step next button

wizardFinish

String wizardFinish()
Returns:
the label used on the wizard step finish button

httpStatusTextRequestAborted

String httpStatusTextRequestAborted()
NOTE: We added this message because the statusText response property is not accessible when the status code is 0 (unknown).

Returns:
the status text for an HTTP response with status code 0 (unknown); such a response it usually generated when the HTTP request is aborted


Copyright © 2004–2014 XWiki. All rights reserved.