Uses of Class
com.vaadin.addon.touchkit.gwt.client.vcom.Position

Packages that use Position
com.vaadin.addon.touchkit.extensions Contained here are the different extensions provided by TouchKit. 
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 Position in com.vaadin.addon.touchkit.extensions
 

Methods in com.vaadin.addon.touchkit.extensions with parameters of type Position
 void PositionCallback.onSuccess(Position position)
          Called when a geolocation request succeeds.
 

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

Methods in com.vaadin.addon.touchkit.gwt.client.vcom with parameters of type Position
 void GeolocatorServerRpc.onGeolocationSuccess(int callbackId, Position position)
           
 



Copyright © 2014 Vaadin Ltd. All rights reserved.