org.cruxframework.crux.core.clientoffline
Interface OfflineMessages

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

public interface OfflineMessages
extends com.google.gwt.i18n.client.Messages

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select
 
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 applicationCacheError()
           
 String applicationCacheObsolete()
           
 String checkingResources()
           
 String downloadingResources()
           
 String networkOffLine()
           
 String networkOnLine()
           
 String progressStatus(int total, int loaded)
           
 String requestUpdate()
           
 String requestUpdateTitle()
           
 

Method Detail

downloadingResources

@Messages.DefaultMessage(value="Downloading resources...")
String downloadingResources()

checkingResources

@Messages.DefaultMessage(value="Checking for updates...")
String checkingResources()

progressStatus

@Messages.DefaultMessage(value="Downloading resources ({0} of {1})")
String progressStatus(int total,
                                              int loaded)

applicationCacheError

@Messages.DefaultMessage(value="Can not retrieve application cache manifest file. Probably, client does not have network connection.")
String applicationCacheError()

requestUpdate

@Messages.DefaultMessage(value="There are updates ready to be installed. Would you like to restart now?")
String requestUpdate()

requestUpdateTitle

@Messages.DefaultMessage(value="Updates notification")
String requestUpdateTitle()

networkOnLine

@Messages.DefaultMessage(value="Application is now onLine.")
String networkOnLine()

networkOffLine

@Messages.DefaultMessage(value="Application is now offLine.")
String networkOffLine()

applicationCacheObsolete

@Messages.DefaultMessage(value="Application cache is obsolete. The application can not work as expected.")
String applicationCacheObsolete()


Copyright © 2014. All rights reserved.