com.vaadin.addon.touchkit.gwt.client.offlinemode
Class OfflineModeEntrypoint

java.lang.Object
  extended by com.vaadin.addon.touchkit.gwt.client.offlinemode.OfflineModeEntrypoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class OfflineModeEntrypoint
extends Object
implements com.google.gwt.core.client.EntryPoint

This entry point checks if the actual Vaadin application starts. If not, the pure GWT (client side) OfflineMode application is started.


Constructor Summary
OfflineModeEntrypoint()
           
 
Method Summary
static OfflineMode getOfflineMode()
          Creates an instance of OfflineMode by using GWT deferred binding.
 void onModuleLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfflineModeEntrypoint

public OfflineModeEntrypoint()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

getOfflineMode

public static OfflineMode getOfflineMode()
Creates an instance of OfflineMode by using GWT deferred binding.

Returns:
the OfflineMode application.


Copyright © 2014 Vaadin Ltd. All rights reserved.