Package org.jbpm.workbench.client.i18n
Interface TaskAdminConstants
-
- All Superinterfaces:
com.google.gwt.i18n.client.Localizable
,com.google.gwt.i18n.shared.Localizable
,com.google.gwt.i18n.client.LocalizableResource
,com.google.gwt.i18n.client.Messages
public interface TaskAdminConstants extends com.google.gwt.i18n.client.Messages
This uses GWT to provide client side compile time resolving of locales. See: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web- toolkit-doc-1-5&t=DevGuideInternationalization (for more information). Each method name matches up with a key in Constants.properties (the properties file can still be used on the server). To use this, useGWT.create(Constants.class)
.
-
-
Nested Class Summary
-
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
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select
-
-
Field Summary
Fields Modifier and Type Field Description static TaskAdminConstants
INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
Amount_Of_Tasks()
String
Generate_Mock_Tasks()
String
Tasks_List_Admin()
String
TaskSuccessfullyCreated()
String
UnexpectedError(String errorMessage)
String
User_Name()
-
-
-
Field Detail
-
INSTANCE
static final TaskAdminConstants INSTANCE
-
-