Interface Constants
-
- 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 Constants 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
Actions()
String
Assignments()
String
CaseStarted(String caseId)
String
Claim()
String
Comments()
String
Complete()
String
Correlation_Key()
String
Details()
String
Exception(String message)
String
Form()
String
PermissionDenied()
String
Process_Definition()
String
Process_DeploymentId()
String
ProcessStarted(Long processInstanceId)
String
Refresh()
String
Release()
String
Save()
String
Select_Process()
String
Start()
String
Start_process_instance()
String
Submit()
String
TaskClaimed(Long id)
String
TaskCompleted(Long id)
String
TaskFormErrorHeader()
String
TaskReleased(Long id)
String
TaskSaved(Long id)
String
TaskStarted(Long id)
String
UnableToFindFormForProcess(String processName)
String
UnableToFindFormForTask(Long id)
String
UnexpectedError(String errorMessage)
String
Work()
-
-
-
Field Detail
-
INSTANCE
static final Constants INSTANCE
-
-
Method Detail
-
Actions
String Actions()
-
Refresh
String Refresh()
-
Work
String Work()
-
Details
String Details()
-
Comments
String Comments()
-
Assignments
String Assignments()
-
Claim
String Claim()
-
Save
String Save()
-
Release
String Release()
-
Complete
String Complete()
-
Form
String Form()
-
Start
String Start()
-
Submit
String Submit()
-
Correlation_Key
String Correlation_Key()
-
Start_process_instance
String Start_process_instance()
-
Select_Process
String Select_Process()
-
Process_DeploymentId
String Process_DeploymentId()
-
Process_Definition
String Process_Definition()
-
TaskFormErrorHeader
String TaskFormErrorHeader()
-
PermissionDenied
String PermissionDenied()
-
-