|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OfflineMode.ActivationReason | |
---|---|
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. |
Uses of OfflineMode.ActivationReason in com.vaadin.addon.touchkit.gwt.client.offlinemode |
---|
Methods in com.vaadin.addon.touchkit.gwt.client.offlinemode that return OfflineMode.ActivationReason | |
---|---|
OfflineMode.ActivationReason |
OfflineModeActivationEventImpl.getActivationReason()
|
OfflineMode.ActivationReason |
OfflineMode.ActivationEvent.getActivationReason()
|
static OfflineMode.ActivationReason |
OfflineMode.ActivationReason.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OfflineMode.ActivationReason[] |
OfflineMode.ActivationReason.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.vaadin.addon.touchkit.gwt.client.offlinemode with parameters of type OfflineMode.ActivationReason | |
---|---|
OfflineModeActivationEventImpl(String msg,
OfflineMode.ActivationReason reason)
Constructs a new OfflineModeActivationEventImpl with the provided message and reason. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |