com.vaadin.addon.touchkit.gwt.client.offlinemode
Interface OfflineModeMessages

All Superinterfaces:
com.google.gwt.i18n.client.Constants, com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource

public interface OfflineModeMessages
extends com.google.gwt.i18n.client.Constants


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants
com.google.gwt.i18n.client.Constants.DefaultBooleanValue, com.google.gwt.i18n.client.Constants.DefaultDoubleValue, com.google.gwt.i18n.client.Constants.DefaultFloatValue, com.google.gwt.i18n.client.Constants.DefaultIntValue, com.google.gwt.i18n.client.Constants.DefaultStringArrayValue, com.google.gwt.i18n.client.Constants.DefaultStringMapValue, com.google.gwt.i18n.client.Constants.DefaultStringValue
 
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
 
Method Summary
 String offlineDueToNetworkMsg()
           
 String serverCannotBeReachedMsg()
           
 String tryAgainMsg()
           
 

Method Detail

serverCannotBeReachedMsg

String serverCannotBeReachedMsg()
Returns:
A string message saying that the server cannot be reached.

tryAgainMsg

String tryAgainMsg()
Returns:
The caption of the button that tries to connect to the server.

offlineDueToNetworkMsg

String offlineDueToNetworkMsg()
Returns:
A message saying that the network seems to be down.


Copyright © 2014 Vaadin Ltd. All rights reserved.