org.jbpm.console.ng.ht.client.i18n
Interface Constants
- All Superinterfaces:
- 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, use GWT.create(Constants.class).
| 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 |
| 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 |
INSTANCE
static final Constants INSTANCE
Tasks_List
String Tasks_List()
Day
String Day()
Week
String Week()
Month
String Month()
Grid
String Grid()
New_Task
String New_Task()
Personal
String Personal()
Group
String Group()
Active
String Active()
All
String All()
No_Tasks_Found
String No_Tasks_Found()
Priority
String Priority()
Task
String Task()
Id
String Id()
Status
String Status()
Due_On
String Due_On()
Parent
String Parent()
Complete
String Complete()
Release
String Release()
Claim
String Claim()
Work
String Work()
Start
String Start()
Details
String Details()
Actions
String Actions()
No_Parent
String No_Parent()
User
String User()
Process_Instance_Id
String Process_Instance_Id()
Process_Definition_Id
String Process_Definition_Id()
Process_Instance_Details
String Process_Instance_Details()
No_Comments_For_This_Task
String No_Comments_For_This_Task()
Comment
String Comment()
At
String At()
Added_By
String Added_By()
Add_Comment
String Add_Comment()
Task_Must_Have_A_Name
String Task_Must_Have_A_Name()
Create
String Create()
Task_Name
String Task_Name()
Quick_Task
String Quick_Task()
Description
String Description()
Comments
String Comments()
Filters
String Filters()
Process_Context
String Process_Context()
Update
String Update()
Form
String Form()
Today
String Today()
Advanced
String Advanced()
Refresh
String Refresh()
Tasks_Refreshed
String Tasks_Refreshed()
Add_User
String Add_User()
Add_Group
String Add_Group()
Remove_User
String Remove_User()
Remove_Group
String Remove_Group()
Assignments
String Assignments()
Auto_Assign_To_Me
String Auto_Assign_To_Me()
Created_On
String Created_On()
Text_Require
String Text_Require()
UserOrGroup
String UserOrGroup()
Forward
String Forward()
Delegate
String Delegate()
Potential_Owners
String Potential_Owners()
No_Potential_Owners
String No_Potential_Owners()
Add_TypeRole
String Add_TypeRole()
Type_Role
String Type_Role()
Parent_Group
String Parent_Group()
Save
String Save()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.