Uses of Interface
com.vaadin.addon.touchkit.gwt.client.offlinemode.OfflineMode

Packages that use OfflineMode
com.vaadin.addon.touchkit.gwt.client.offlinemode Contains the entry point class for offline mode as well as the API to implement an offline mode for a TouchKit application. 
com.vaadin.addon.touchkit.gwt.client.vcom Contains the Vaadin communication classes and RPC interfaces for the widgets in the com.vaadin.addon.touchkit.gwt.client.ui package. 
 

Uses of OfflineMode in com.vaadin.addon.touchkit.gwt.client.offlinemode
 

Classes in com.vaadin.addon.touchkit.gwt.client.offlinemode that implement OfflineMode
 class DefaultOfflineMode
          This class is the default implementation of the offline mode used by Vaadin TouchKit.
 

Methods in com.vaadin.addon.touchkit.gwt.client.offlinemode that return OfflineMode
static OfflineMode OfflineModeEntrypoint.getOfflineMode()
          Creates an instance of OfflineMode by using GWT deferred binding.
 

Uses of OfflineMode in com.vaadin.addon.touchkit.gwt.client.vcom
 

Methods in com.vaadin.addon.touchkit.gwt.client.vcom that return OfflineMode
 OfflineMode OfflineModeConnector.getOfflineApp()
           
 



Copyright © 2014 Vaadin Ltd. All rights reserved.