ccc.client.i18n
Interface ActionNameConstants

All Known Subinterfaces:
GWTActionNameConstants

public interface ActionNameConstants

Constants for i18n.

Author:
Civic Computing Ltd

Method Summary
 java.lang.String checkUniqueResourceName()
          "Check unique resource name".
 java.lang.String checkUniqueTemplateName()
          "Check unique template name".
 java.lang.String checkUniqueUsername()
          "Check unique username".
 java.lang.String internalAction()
          Deprecated. 
 java.lang.String loadData()
          "Load data".
 java.lang.String readProperties()
          "Read properties".
 java.lang.String unknownAction()
          Deprecated. 
 java.lang.String validatePageFields()
          "Validate page fields".
 java.lang.String viewActions()
          "View actions".
 java.lang.String viewComments()
          "View comments".
 java.lang.String viewUsers()
          "View users".
 

Method Detail

unknownAction

@Deprecated
java.lang.String unknownAction()
Deprecated. 

"Unknown action".

Returns:
The constant, in the appropriate locale.

checkUniqueResourceName

java.lang.String checkUniqueResourceName()
"Check unique resource name".

Returns:
The constant, in the appropriate locale.

validatePageFields

java.lang.String validatePageFields()
"Validate page fields".

Returns:
The constant, in the appropriate locale.

readProperties

java.lang.String readProperties()
"Read properties".

Returns:
The constant, in the appropriate locale.

checkUniqueUsername

java.lang.String checkUniqueUsername()
"Check unique username".

Returns:
The constant, in the appropriate locale.

checkUniqueTemplateName

java.lang.String checkUniqueTemplateName()
"Check unique template name".

Returns:
The constant, in the appropriate locale.

viewActions

java.lang.String viewActions()
"View actions".

Returns:
The constant, in the appropriate locale.

viewUsers

java.lang.String viewUsers()
"View users".

Returns:
The constant, in the appropriate locale.

internalAction

@Deprecated
java.lang.String internalAction()
Deprecated. 

"Internal action".

Returns:
The constant, in the appropriate locale.

loadData

java.lang.String loadData()
"Load data".

Returns:
The constant, in the appropriate locale.

viewComments

java.lang.String viewComments()
"View comments".

Returns:
The constant, in the appropriate locale.


Copyright © 2010. All Rights Reserved.