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, toString
public 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)
UIEvent
getEventProperties
in class UIEvent
component
- the execution context of the listener, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.