Interface DashboardConstants
-
- All Superinterfaces:
DashboardI18n
,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 DashboardConstants extends DashboardI18n, 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 ProcessDashboardConstants.properties (the properties file can still be used on the server). To use this, useGWT.create(DashboardConstants.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 DashboardConstants
INSTANCE
-
Method Summary
-
Methods inherited from interface org.jbpm.dashboard.renderer.client.panel.i18n.DashboardI18n
abortedProcesses, activeProcesses, allProcesses, allTasks, byCreationDate, byEndDate, byProcess, byRunningTime, byStartDate, byStatus, byType, byUser, byVersion, completedProcesses, dashboardCouldNotBeLoaded, displayerNotFound, Home, loading, loadingDashboard, noData, pendingProcesses, process, processAverageDuration, processCount, processDashboardName, processEndDate, processes, processesByEndDate, processesByRunningTime, processesByStartDate, processesByType, processesByVersion, processesStartedByUser, ProcessInstanceBreadcrumb, processInstances, processScreenTitle, processStartDate, processStatusAborted, processStatusActive, processStatusCompleted, processStatusPending, processStatusSuspended, processTableDeploymentId, processTableDuration, processTableEndDate, processTableInitiator, processTableInstanceId, processTableName, processTableProcessId, processTableStartDate, processTableStatus, processTableVersion, processUser, processVersion, query_target, query_target_description, remote_data_set_editor, remote_data_set_editor_description, remote_datasource_description, remote_query_placeHolder, remote_query_target_description, remote_query_target_hint, remote_server_template_description, remote_server_template_hint, remote_source_description, selectedProcessStatusHeader, selectedTaskStatusHeader, server_template, server_template_description, sql_datasource, sql_datasource_description, sql_source, sql_source_description, suspendedProcesses, taskAverageDuration, TaskBreadcrumb, taskCount, taskCreationDate, taskDashboardName, taskDetailsNotAvailable, taskDetailsNotAvailableContainerNotStartedOrUnreacheable, taskEndDate, taskInstances, taskOwner, tasks, tasksByCreationDate, tasksByEndDate, tasksByOwner, tasksByProcess, tasksByRunningTime, tasksByStartDate, tasksByStatus, tasksCompleted, tasksCreated, taskScreenTitle, tasksError, tasksExited, tasksFailed, tasksInProgress, tasksObsolete, tasksReady, tasksReserved, tasksSuspended, taskStartDate, taskStatus, taskStatusCompleted, taskStatusCreated, taskStatusError, taskStatusExited, taskStatusFailed, taskStatusInProgress, taskStatusObsolete, taskStatusReady, taskStatusReserved, taskStatusSuspended, taskTableDuration, taskTableEndDate, taskTableId, taskTableName, taskTableOwner, taskTableProcess, taskTableProcessInstanceId, taskTableStartDate, taskTableStatus, total, totalProcesses, totalTasks, viewDashboard, viewTable
-
-
-
-
Field Detail
-
INSTANCE
static final DashboardConstants INSTANCE
-
-