com.vaadin.addon.touchkit.gwt.client.vcom
Class OfflineModeState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.addon.touchkit.gwt.client.vcom.OfflineModeState
All Implemented Interfaces:
Serializable

public class OfflineModeState
extends com.vaadin.shared.communication.SharedState

See Also:
Serialized Form

Field Summary
static int DEFAULT_OFFLINE_MODE_DELAY
           
 int offlineModeTimeout
           
 Integer persistentSessionTimeout
           
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
OfflineModeState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_OFFLINE_MODE_DELAY

public static final int DEFAULT_OFFLINE_MODE_DELAY
See Also:
Constant Field Values

persistentSessionTimeout

public Integer persistentSessionTimeout

offlineModeTimeout

public int offlineModeTimeout
Constructor Detail

OfflineModeState

public OfflineModeState()


Copyright © 2014 Vaadin Ltd. All rights reserved.