View Javadoc
1   package org.argeo.people.e4;
2   
3   /** Defines the constants that are specific for People Rap Workbench UI **/
4   public interface PeopleRapConstants {
5   
6   	// Default messages
7   	// String FILTER_HELP_MSG = "Enter filter criterion";
8   	String KEY_PEOPLE_SERVICE = "PeopleService";
9   
10  	// Various dialogs IDs
11  	String DIALOG_ADD_ML_MEMBERS = "dialog:addMLMembers";
12  	String DIALOG_ADD_ML_MEMBERSHIP = "dialog:addMLMembership";
13  
14  	// CTabFolder tabs Ids
15  	String CTAB_CONTACT_DETAILS = "people:contactDetails";
16  	String CTAB_ACTIVITY_LOG = "people:activityLog";
17  	String CTAB_JOBS = "people:jobs";
18  	String CTAB_SECURITY = "people:security";
19  	String CTAB_LEGAL_INFO = "people:legalInfo";
20  	String CTAB_EMPLOYEES = "people:employees";
21  	String CTAB_MEMBERS = "people:members";
22  	String CTAB_EDIT_CATALOGUE = "people:editCatalogue";
23  
24  	String PEOPLE_STYLE_LINK = " style='color:#383838; text-decoration:none;' ";
25  }