Class AlertsConstants
- java.lang.Object
-
- org.guvnor.messageconsole.client.console.resources.i18n.AlertsConstants
-
public class AlertsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAlertsstatic StringHideAlertsstatic StringViewAlerts
-
Constructor Summary
Constructors Constructor Description AlertsConstants()
-
-
-
Field Detail
-
Alerts
@TranslationKey(defaultValue="") public static final String Alerts
- See Also:
- Constant Field Values
-
ViewAlerts
@TranslationKey(defaultValue="") public static final String ViewAlerts
- See Also:
- Constant Field Values
-
HideAlerts
@TranslationKey(defaultValue="") public static final String HideAlerts
- See Also:
- Constant Field Values
-
-