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 24763 2009-10-29 16:47:52Z 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 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


Copyright © 2004-2009 XWiki. All Rights Reserved.