org.xwiki.gwt.user.client
Interface Strings

All Superinterfaces:
com.google.gwt.i18n.client.Constants, com.google.gwt.i18n.client.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: Strings.java 25299 2009-11-27 14:39:33Z mflorea $

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
 java.lang.String close()
           
 java.lang.String dialogFailedToLoad()
           
 java.lang.String httpStatusTextRequestAborted()
          NOTE: We added this message because the statusText response property is not accessible when the status code is 0 (unknown).
 java.lang.String wizardFinish()
           
 java.lang.String wizardNext()
           
 java.lang.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

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

dialogFailedToLoad

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

wizardPrevious

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

wizardNext

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

wizardFinish

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

httpStatusTextRequestAborted

java.lang.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-2010 XWiki. All Rights Reserved.