ccc.client.i18n
Interface ActionStatusConstants

All Superinterfaces:
ConstantMap
All Known Subinterfaces:
GWTActionStatusConstants

public interface ActionStatusConstants
extends ConstantMap

UI constants describing action statuses.

Author:
Civic Computing Ltd.

Method Summary
 java.lang.String cancelled()
          "Cancelled".
 java.lang.String complete()
          "Complete".
 java.lang.String failed()
          "Failed".
 java.lang.String scheduled()
          "Scheduled".
 
Methods inherited from interface ccc.client.i18n.ConstantMap
getString
 

Method Detail

scheduled

java.lang.String scheduled()
"Scheduled".

Returns:
The constant, in the appropriate locale.

complete

java.lang.String complete()
"Complete".

Returns:
The constant, in the appropriate locale.

failed

java.lang.String failed()
"Failed".

Returns:
The constant, in the appropriate locale.

cancelled

java.lang.String cancelled()
"Cancelled".

Returns:
The constant, in the appropriate locale.


Copyright © 2010. All Rights Reserved.