public class UIGeolocationEvent extends UIEvent
| Modifier and Type | Method and Description |
|---|---|
static UIGeolocationEvent |
error(UIGeolocator component,
com.whitestein.lsps.vaadin.extensions.WTGeolocator.WTPositionError errorCode) |
protected Map<String,?> |
getEventProperties(UIComponent component)
Returns initial properties.
|
static UIGeolocationEvent |
position(UIGeolocator component,
com.whitestein.lsps.vaadin.extensions.shared.WTPosition position) |
getEvent, getEventType, getLspsComponent, toStringpublic static UIGeolocationEvent position(UIGeolocator component, com.whitestein.lsps.vaadin.extensions.shared.WTPosition position)
public static UIGeolocationEvent error(UIGeolocator component, com.whitestein.lsps.vaadin.extensions.WTGeolocator.WTPositionError errorCode)
protected Map<String,?> getEventProperties(UIComponent component)
UIEventgetEventProperties in class UIEventcomponent - the execution context of the listener, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.