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, use GWT.create(Constants.class).

    • Field Detail

    • Method Detail

      • No_Items_Found

        String No_Items_Found()
      • Select_Date

        String Select_Date()
      • RestoreDefaultFilters

        String RestoreDefaultFilters()
      • AreYouSureRestoreDefaultFilters

        String AreYouSureRestoreDefaultFilters()
      • DataSetNotFound

        String DataSetNotFound​(String dataSet)
      • ServerTemplates

        String ServerTemplates()
      • SearchResults

        String SearchResults()
      • ActiveFilters

        String ActiveFilters()
      • AllowedWildcardsForStrings

        String AllowedWildcardsForStrings()
      • ASubstituteForASingleCharacter

        String ASubstituteForASingleCharacter()
      • ASubstituteForZeroOrMoreCharacters

        String ASubstituteForZeroOrMoreCharacters()
      • AdvancedFilters

        String AdvancedFilters()
      • Process_Definitions

        String Process_Definitions()
      • Process_Instances

        String Process_Instances()
      • Task_Inbox

        String Task_Inbox()
      • ExecutionErrors

        String ExecutionErrors()
      • Manage_Process_Definitions

        String Manage_Process_Definitions()
      • Manage_Process_Instances

        String Manage_Process_Instances()
      • Manage_Tasks

        String Manage_Tasks()
      • Manage_ExecutionErrors

        String Manage_ExecutionErrors()
      • Manage_Jobs

        String Manage_Jobs()
      • SavedFilters

        String SavedFilters()
      • RemoveSavedFilterTitle

        String RemoveSavedFilterTitle()
      • RemoveSavedFilterMessage

        String RemoveSavedFilterMessage​(String filterName)
      • ErrorCountNumberView

        String ErrorCountNumberView​(int errCount)
      • UnexpectedError

        String UnexpectedError​(String message)
      • FilterWithSameNameAlreadyExists

        String FilterWithSameNameAlreadyExists()
      • SavedFilterCorrectlyWithName

        String SavedFilterCorrectlyWithName​(String filterName)
      • Bulk_Actions

        String Bulk_Actions()
      • ExecutionServerUnavailable

        String ExecutionServerUnavailable()
      • NoServerConnected

        String NoServerConnected()
      • MissingServerCapability

        String MissingServerCapability()
      • MissingProcessCapability

        String MissingProcessCapability()
      • SlaPending

        String SlaPending()
      • SlaAborted

        String SlaAborted()
      • SlaViolated

        String SlaViolated()
      • SetAsDefaultFilter

        String SetAsDefaultFilter()
      • DefaultFilter

        String DefaultFilter()